[34276] trunk/dports/games/glpong/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Feb 20 03:27:38 PST 2008


Revision: 34276
          http://trac.macosforge.org/projects/macports/changeset/34276
Author:   ryandesign at macports.org
Date:     2008-02-20 03:27:37 -0800 (Wed, 20 Feb 2008)

Log Message:
-----------
glpong: fix build on Leopard; see #14118

Modified Paths:
--------------
    trunk/dports/games/glpong/Portfile

Modified: trunk/dports/games/glpong/Portfile
===================================================================
--- trunk/dports/games/glpong/Portfile	2008-02-20 10:45:52 UTC (rev 34275)
+++ trunk/dports/games/glpong/Portfile	2008-02-20 11:27:37 UTC (rev 34276)
@@ -27,3 +27,8 @@
 	reinplace "s|-lGLU||g" ${worksrcpath}/src/Makefile
 	reinplace "s|-lGL||g" ${worksrcpath}/src/Makefile
 }
+
+platform darwin 9 {
+	# http://developer.apple.com/qa/qa2007/qa1567.html
+	configure.ldflags-append -dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
+}

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


More information about the macports-changes mailing list