[31298] trunk/dports/lang/python25/Portfile
mww at macports.org
mww at macports.org
Mon Nov 19 12:21:27 PST 2007
Revision: 31298
http://trac.macosforge.org/projects/macports/changeset/31298
Author: mww at macports.org
Date: 2007-11-19 12:21:26 -0800 (Mon, 19 Nov 2007)
Log Message:
-----------
honor global optimization flags when compiling; inc. revision;
Modified Paths:
--------------
trunk/dports/lang/python25/Portfile
Modified: trunk/dports/lang/python25/Portfile
===================================================================
--- trunk/dports/lang/python25/Portfile 2007-11-19 20:19:43 UTC (rev 31297)
+++ trunk/dports/lang/python25/Portfile 2007-11-19 20:21:26 UTC (rev 31298)
@@ -4,7 +4,7 @@
name python25
version 2.5.1
-revision 2
+revision 3
categories lang
platforms darwin
maintainers mww
@@ -38,6 +38,7 @@
configure.args --enable-shared \
--mandir=${prefix}/share/man \
--disable-framework
+configure.env-append OPT="${configure.cflags} -g -Wall -Wstrict-prototypes"
post-patch {
reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Lib/cgi.py
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071119/daa346bd/attachment-0001.html
More information about the macports-changes
mailing list