[77876] trunk/dports/x11/mesa/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Fri Apr 15 06:10:09 PDT 2011
Revision: 77876
http://trac.macports.org/changeset/77876
Author: jeremyhu at macports.org
Date: 2011-04-15 06:10:08 -0700 (Fri, 15 Apr 2011)
Log Message:
-----------
mesa: Do +iglx reinplace in post-patch. #29134
Modified Paths:
--------------
trunk/dports/x11/mesa/Portfile
Modified: trunk/dports/x11/mesa/Portfile
===================================================================
--- trunk/dports/x11/mesa/Portfile 2011-04-15 13:09:23 UTC (rev 77875)
+++ trunk/dports/x11/mesa/Portfile 2011-04-15 13:10:08 UTC (rev 77876)
@@ -122,7 +122,9 @@
}
variant iglx description {Install a libGL that uses your X11 server's indirect GLX path for rendering (the default is off which allows libGL to accelerate rendering using OpenGL.framework)} {
- reinplace "s:src/glx/apple:src/glx:" ${worksrcpath}/configs/darwin
+ post-patch {
+ reinplace "s:src/glx/apple:src/glx:" ${worksrcpath}/configs/darwin
+ }
}
platform darwin 8 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110415/a5a6171b/attachment.html>
More information about the macports-changes
mailing list