[24352] trunk/dports/math/pari/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 23 01:34:02 PDT 2007


Revision: 24352
          http://trac.macosforge.org/projects/macports/changeset/24352
Author:   vinc17 at macports.org
Date:     2007-04-23 01:34:02 -0700 (Mon, 23 Apr 2007)

Log Message:
-----------
pari: got rid of the useless *FLAGS environment variables (*PATH
environment variables must be used instead, otherwise libreadline
is not found).

Modified Paths:
--------------
    trunk/dports/math/pari/Portfile

Modified: trunk/dports/math/pari/Portfile
===================================================================
--- trunk/dports/math/pari/Portfile	2007-04-23 07:33:47 UTC (rev 24351)
+++ trunk/dports/math/pari/Portfile	2007-04-23 08:34:02 UTC (rev 24352)
@@ -16,9 +16,9 @@
                     rmd160 d2394fd31bfa6efcbfce25081d75234ccb1005be
 depends_build       bin:tex:teTeX port:readline
 
-configure.env       LDFLAGS=-L${prefix}/lib \
-                    CPPFLAGS=-I${prefix}/include \
-                    C_INCLUDE_PATH=${prefix}/include \
+# PARI/GP doesn't use autoconf, and if only *FLAGS environment variables are
+# used, libreadline is not found. One needs *PATH environment variables.
+configure.env       C_INCLUDE_PATH=${prefix}/include \
                     LIBRARY_PATH=${prefix}/lib
 configure.args      --mandir=${prefix}/share/man --with-readline
 pre-configure       {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070423/af490c16/attachment.html


More information about the macports-changes mailing list