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

jeremyhu at macports.org jeremyhu at macports.org
Sat Feb 9 17:33:30 PST 2013


Revision: 102868
          https://trac.macports.org/changeset/102868
Author:   jeremyhu at macports.org
Date:     2013-02-09 17:33:30 -0800 (Sat, 09 Feb 2013)
Log Message:
-----------
tiff: Fix build when mesa isn't installed

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

Modified: trunk/dports/graphics/tiff/Portfile
===================================================================
--- trunk/dports/graphics/tiff/Portfile	2013-02-09 23:05:56 UTC (rev 102867)
+++ trunk/dports/graphics/tiff/Portfile	2013-02-10 01:33:30 UTC (rev 102868)
@@ -67,6 +67,9 @@
 
 minimum_xcodeversions {9 3.1}
 
+# tools/tiffgt.c incorrectly uses HAVE_APPLE_OPENGL_FRAMEWORK rather than HAVE_OPENGL_GL_H
+configure.cppflags-append -DHAVE_APPLE_OPENGL_FRAMEWORK
+
 variant jbig description {Enable JBIG support} {
     depends_lib-append      port:jbigkit
     configure.args-delete   --disable-jbig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130209/e5df1211/attachment.html>


More information about the macports-changes mailing list