[49202] trunk/dports/devel/ice-python25/Portfile

blair at macports.org blair at macports.org
Sun Apr 5 03:13:15 PDT 2009


Revision: 49202
          http://trac.macports.org/changeset/49202
Author:   blair at macports.org
Date:     2009-04-05 03:13:15 -0700 (Sun, 05 Apr 2009)
Log Message:
-----------
Add -g to the compile flags.

Modified Paths:
--------------
    trunk/dports/devel/ice-python25/Portfile

Modified: trunk/dports/devel/ice-python25/Portfile
===================================================================
--- trunk/dports/devel/ice-python25/Portfile	2009-04-05 10:13:10 UTC (rev 49201)
+++ trunk/dports/devel/ice-python25/Portfile	2009-04-05 10:13:15 UTC (rev 49202)
@@ -51,6 +51,9 @@
 		port:ice-cpp
 
 post-patch {
+	reinplace "s/-O2/-g -O2/" \
+		${workpath}/Ice-${version}/py/config/Make.rules.Darwin
+
 	reinplace "s#python Client.py#${prefix}/bin/python2.5 Client.py#" \
 		${worksrcpath}/py/test/Slice/keyword/run.py
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090405/659cf856/attachment.html>


More information about the macports-changes mailing list