]> git.pld-linux.org Git - packages/moc.git/commitdiff
- initial revision
authormigo <migo@pld-linux.org>
Mon, 3 Feb 2003 21:22:54 +0000 (21:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    moc-ncurses.patch -> 1.1

moc-ncurses.patch [new file with mode: 0644]

diff --git a/moc-ncurses.patch b/moc-ncurses.patch
new file mode 100644 (file)
index 0000000..5c4399d
--- /dev/null
@@ -0,0 +1,14 @@
+diff -ur moc-1.1.0-orig/configure.in moc-1.1.0/configure.in
+--- moc-1.1.0-orig/configure.in        Tue Dec  3 18:25:40 2002
++++ moc-1.1.0/configure.in     Mon Feb  3 22:14:31 2003
+@@ -47,8 +47,8 @@
+ dnl ncurses
+ AC_CHECK_LIB(ncurses, initscr, [
+-      AC_CHECK_HEADER([ncurses.h],, [
+-              AC_MSG_ERROR([You nedd ncurses header file.])])
++      AC_CHECK_HEADER([ncurses/ncurses.h],, [
++              AC_MSG_ERROR([You need ncurses header file.])])
+       ],
+       [AC_MSG_ERROR([You need ncurses library.])]
+ )
This page took 0.100832 seconds and 4 git commands to generate.