[33224] trunk/dports/devel/gtkglext/Portfile

rowue at macports.org rowue at macports.org
Mon Jan 21 13:40:49 PST 2008


Revision: 33224
          http://trac.macosforge.org/projects/macports/changeset/33224
Author:   rowue at macports.org
Date:     2008-01-21 13:40:45 -0800 (Mon, 21 Jan 2008)

Log Message:
-----------
Appended Patch to enable build on OS X 10.5.
Closes #13624

Modified Paths:
--------------
    trunk/dports/devel/gtkglext/Portfile

Modified: trunk/dports/devel/gtkglext/Portfile
===================================================================
--- trunk/dports/devel/gtkglext/Portfile	2008-01-21 20:50:54 UTC (rev 33223)
+++ trunk/dports/devel/gtkglext/Portfile	2008-01-21 21:40:45 UTC (rev 33224)
@@ -17,3 +17,7 @@
 depends_lib	port:gtk2	\
 		lib:libGL.1:XFree86
 
+platform darwin 9 {
+	darwin_9_glpath /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries		
+	configure.args  --with-gl-libdir=${darwin_9_glpath}
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080121/6c51e836/attachment.html


More information about the macports-changes mailing list