[36600] trunk/dports/graphics/tiff/Portfile

jmr at macports.org jmr at macports.org
Wed May 7 06:08:40 PDT 2008


Revision: 36600
          http://trac.macosforge.org/projects/macports/changeset/36600
Author:   jmr at macports.org
Date:     2008-05-07 06:08:40 -0700 (Wed, 07 May 2008)

Log Message:
-----------
tiff: apply the proper Leopard build fix from #12997 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/graphics/tiff/Portfile

Modified: trunk/dports/graphics/tiff/Portfile
===================================================================
--- trunk/dports/graphics/tiff/Portfile	2008-05-07 12:54:27 UTC (rev 36599)
+++ trunk/dports/graphics/tiff/Portfile	2008-05-07 13:08:40 UTC (rev 36600)
@@ -52,10 +52,14 @@
 
 platform macosx {
     configure.args-append   --with-apple-opengl-framework
-    post-configure { reinplace "s,-L/usr/X11/lib,," ${worksrcpath}/tools/Makefile }
 }
 
+platform darwin 9 {
+    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
+}
+
 livecheck.check regex
 livecheck.url   http://www.remotesensing.org/libtiff/
 livecheck.regex v(\\d+(?:\\.\\d+)*)
-

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


More information about the macports-changes mailing list