]> git.pld-linux.org Git - packages/grass.git/blobdiff - ncurses.patch
- initial update to grass70 series, version 7.0.3 (6.4.x series left on grass-6.4...
[packages/grass.git] / ncurses.patch
diff --git a/ncurses.patch b/ncurses.patch
deleted file mode 100644 (file)
index 799fcbe..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-this is ugly, really these libs should be checked in order
-
---- grass-6.4.0/configure.in~  2010-08-15 23:34:39.000000000 +0300
-+++ grass-6.4.0/configure.in   2010-12-26 22:26:02.982445841 +0200
-@@ -514,8 +514,8 @@
- AC_SUBST(CURSES_MAXY)
- AC_MSG_RESULT($CURSES_MAXY)
--AC_CHECK_LIB(ncurses, initscr, CURSESLIB=-lncurses, [
--AC_CHECK_LIB(curses, initscr, CURSESLIB=-lcurses, [
-+AC_CHECK_LIB(ncursesw, initscr, CURSESLIB="-lncursesw -ltinfow", [
-+AC_CHECK_LIB(ncurses, initscr, CURSESLIB="-lncurses -ltinfo", [
-     AC_MSG_ERROR([*** Unable to locate curses library.])
-     CURSESLIB=
- ])])
This page took 0.090698 seconds and 4 git commands to generate.