[66178] trunk/dports/x11/mesa/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Tue Apr 6 09:17:41 PDT 2010
Revision: 66178
http://trac.macports.org/changeset/66178
Author: jeremyhu at macports.org
Date: 2010-04-06 09:17:40 -0700 (Tue, 06 Apr 2010)
Log Message:
-----------
mesa:use -fno-common on Tiger, #24366
Modified Paths:
--------------
trunk/dports/x11/mesa/Portfile
Modified: trunk/dports/x11/mesa/Portfile
===================================================================
--- trunk/dports/x11/mesa/Portfile 2010-04-06 16:00:03 UTC (rev 66177)
+++ trunk/dports/x11/mesa/Portfile 2010-04-06 16:17:40 UTC (rev 66178)
@@ -100,9 +100,6 @@
}
post-patch {
- # I don't think this is needed... leaving since I'm not 100% certain
- #reinplace "s:-fno-strict-aliasing:-fno-strict-aliasing -fno-common:g" ${worksrcpath}/configs/darwin
-
# http://trac.macports.org/ticket/24337
reinplace "s:glew::g" ${worksrcpath}/configs/darwin
@@ -138,6 +135,9 @@
post-patch {
# http://trac.macports.org/ticket/24345
reinplace "s:gallium::g" ${worksrcpath}/configs/darwin
+
+ # http://trac.macports.org/ticket/24366
+ reinplace "s:-fno-strict-aliasing:-fno-strict-aliasing -fno-common:g" ${worksrcpath}/configs/darwin
}
post-activate {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100406/55b8de80/attachment.html>
More information about the macports-changes
mailing list