[49199] trunk/dports/devel/ice-python/Portfile

blair at macports.org blair at macports.org
Sun Apr 5 03:12:51 PDT 2009


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

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

Modified: trunk/dports/devel/ice-python/Portfile
===================================================================
--- trunk/dports/devel/ice-python/Portfile	2009-04-05 10:12:44 UTC (rev 49198)
+++ trunk/dports/devel/ice-python/Portfile	2009-04-05 10:12:51 UTC (rev 49199)
@@ -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.4 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/b824861e/attachment.html>


More information about the macports-changes mailing list