[24291] trunk/dports/www/mod_python/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Sat Apr 21 03:15:46 PDT 2007
Revision: 24291
http://trac.macosforge.org/projects/macports/changeset/24291
Author: mww at macports.org
Date: 2007-04-21 03:15:39 -0700 (Sat, 21 Apr 2007)
Log Message:
-----------
use configure.ldflags .. instead
Modified Paths:
--------------
trunk/dports/www/mod_python/Portfile
Modified: trunk/dports/www/mod_python/Portfile
===================================================================
--- trunk/dports/www/mod_python/Portfile 2007-04-21 10:12:08 UTC (rev 24290)
+++ trunk/dports/www/mod_python/Portfile 2007-04-21 10:15:39 UTC (rev 24291)
@@ -24,8 +24,8 @@
depends_build port:flex
depends_lib port:apache2 port:python24
-configure.env CFLAGS="-I${prefix}/include/python2.4" \
- LDFLAGS="-Wl,-F${prefix}/Library/Frameworks -L${prefix}/lib"
+configure.cppflags "-I${prefix}/include/python2.4"
+configure.ldflags-append "-Wl,-F${prefix}/Library/Frameworks"
configure.args --with-apxs=${prefix}/apache2/bin/apxs \
--with-python=${prefix}/bin/python2.4 \
--with-flex=${prefix}/bin/flex \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070421/a346457a/attachment.html
More information about the macports-changes
mailing list