[43664] trunk/dports/x11/gtkglarea/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Fri Dec 12 23:25:12 PST 2008
Revision: 43664
http://trac.macports.org/changeset/43664
Author: jeremyhu at macports.org
Date: 2008-12-12 23:25:12 -0800 (Fri, 12 Dec 2008)
Log Message:
-----------
gtkglarea: Not universal since gtk1 isn't. Removed xcode-3.0.0 libGL linking workaround.
Modified Paths:
--------------
trunk/dports/x11/gtkglarea/Portfile
Modified: trunk/dports/x11/gtkglarea/Portfile
===================================================================
--- trunk/dports/x11/gtkglarea/Portfile 2008-12-13 07:24:42 UTC (rev 43663)
+++ trunk/dports/x11/gtkglarea/Portfile 2008-12-13 07:25:12 UTC (rev 43664)
@@ -22,8 +22,7 @@
configure.cflags -no-cpp-precomp
configure.ldflags -framework OpenGL
-platform darwin 9 {
- configure.ldflags-append \
- -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\
- /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
-}
+use_parallel_build yes
+
+# gtk1 is not universal
+universal_variant no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081212/a1a8ab5c/attachment.html>
More information about the macports-changes
mailing list