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

ryandesign at macports.org ryandesign at macports.org
Wed Feb 20 04:02:13 PST 2008


Revision: 34277
          http://trac.macosforge.org/projects/macports/changeset/34277
Author:   ryandesign at macports.org
Date:     2008-02-20 04:02:10 -0800 (Wed, 20 Feb 2008)

Log Message:
-----------
glpong: fix the Leopard fix which was wrong in r34276; see #14118

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

Modified: trunk/dports/games/glpong/Portfile
===================================================================
--- trunk/dports/games/glpong/Portfile	2008-02-20 11:27:37 UTC (rev 34276)
+++ trunk/dports/games/glpong/Portfile	2008-02-20 12:02:10 UTC (rev 34277)
@@ -30,5 +30,5 @@
 
 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
+	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/def6bbd8/attachment.html 


More information about the macports-changes mailing list