[51581] trunk/dports/devel/libedit/Portfile

toby at macports.org toby at macports.org
Wed May 27 20:56:25 PDT 2009


Revision: 51581
          http://trac.macports.org/changeset/51581
Author:   toby at macports.org
Date:     2009-05-27 20:56:25 -0700 (Wed, 27 May 2009)
Log Message:
-----------
#19758 libedit port links to both macports- & native-ncurses libs

Modified Paths:
--------------
    trunk/dports/devel/libedit/Portfile

Modified: trunk/dports/devel/libedit/Portfile
===================================================================
--- trunk/dports/devel/libedit/Portfile	2009-05-28 03:53:31 UTC (rev 51580)
+++ trunk/dports/devel/libedit/Portfile	2009-05-28 03:56:25 UTC (rev 51581)
@@ -24,6 +24,10 @@
 
 depends_lib      port:ncurses
 
+# Force it to find the MacPorts ncurses install.
+configure.cppflags-append -I${prefix}/include/ncurses
+configure.args   ac_cv_lib_curses_tgetent=no
+
 livecheck.check regex
 livecheck.url   ${master_sites}
 livecheck.regex "${name}-(\\d+-\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090527/7d931292/attachment-0001.html>


More information about the macports-changes mailing list