------------------------------------------------------------
revno: 274
committer: Brian Gough <[email protected]>
branch nick: gsrc
timestamp: Fri 2010-07-30 12:46:32 +0100
message:
  link readline to ncurses by default
modified:
  gnu/readline/Makefile
=== modified file 'gnu/readline/Makefile'
--- a/gnu/readline/Makefile     2010-06-11 09:29:17 +0000
+++ b/gnu/readline/Makefile     2010-07-30 11:46:32 +0000
@@ -8,7 +8,11 @@
 SIGFILES = $(DISTNAME).tar.gz.sig
 
 # BUILDDEPS = 
-# LIBDEPS = 
+LIBDEPS = ncurses
+
+# FIXME: readline should detect this in support/shobj-conf (or use libtool!)
+CONFIGURE_OPTS = --with-curses
+BUILD_ARGS = SHLIB_LIBS=-lncurses
 
 HOME_URL = http://www.gnu.org/software/readline/
 DESCRIPTION = The GNU Readline library

Reply via email to