Revision
37982
Author
simon@macports.org
Date
2008-07-01 15:09:21 -0700 (Tue, 01 Jul 2008)

Log Message

science/liboglappth: Fix building on Leopard (I hope).

Modified Paths

Diff

Modified: trunk/dports/science/liboglappth/Portfile (37981 => 37982)


--- trunk/dports/science/liboglappth/Portfile	2008-07-01 22:09:20 UTC (rev 37981)
+++ trunk/dports/science/liboglappth/Portfile	2008-07-01 22:09:21 UTC (rev 37982)
@@ -35,3 +35,7 @@
 livecheck.check     regex
 livecheck.url       "${master_sites}?C=M;O=D"
 livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+
+platform darwin 9 {
+    configure.ldflags-append   "-L${prefix}/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries"
+}