Ticket #13737: Portfile.diff.20080113

File Portfile.diff.20080113, 673 bytes (added by rowue (Rolf Würdemann), 16 years ago)

Portfilediff (to svn) with some more clean up

Line 
1Index: Portfile
2===================================================================
3--- Portfile    (revision 32803)
4+++ Portfile    (working copy)
5@@ -1,3 +1,5 @@
6+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; \
7+c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
8 # $Id$
9 
10 PortSystem      1.0
11@@ -26,3 +28,11 @@
12                 port:fftw-3 \
13                 port:gtkglext
14 
15+platform darwin 9 {
16+
17+        darwin_9_glpath   /System/Library/Frameworks/OpenGL.framework/Versions/
18+
19+        configure.ldflags -Wl,-dylib_file,${darwin_9_glpath}/A/Libraries/libGL.dylib:\
20+                ${darwin_9_glpath}/A/Libraries/libGL.dylib
21+}
22+