------------------------------------------------------------
revno: 278
committer: Brian Gough <[email protected]>
branch nick: gsrc
timestamp: Fri 2010-07-30 12:51:33 +0100
message:
  build ncurses with libtool (ncurses does not do that by default)
modified:
  gnu/ncurses/Makefile
=== modified file 'gnu/ncurses/Makefile'
--- a/gnu/ncurses/Makefile      2010-06-29 14:03:16 +0000
+++ b/gnu/ncurses/Makefile      2010-07-30 11:51:33 +0000
@@ -7,9 +7,11 @@
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
+BUILDDEPS = libtool
 # LIBDEPS = 
 
+CONFIGURE_OPTS = --with-libtool
+
 USE_TESTS = 
 
 HOME_URL = http://www.gnu.org/software/ncurses/

Reply via email to