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

ryandesign at macports.org ryandesign at macports.org
Sun Jul 5 17:26:33 PDT 2015


Revision: 138334
          https://trac.macports.org/changeset/138334
Author:   ryandesign at macports.org
Date:     2015-07-05 17:26:33 -0700 (Sun, 05 Jul 2015)
Log Message:
-----------
tiff: fix 3-architecture universal build by not attempting to merge tiffconf.h

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

Modified: trunk/dports/graphics/tiff/Portfile
===================================================================
--- trunk/dports/graphics/tiff/Portfile	2015-07-05 23:40:21 UTC (rev 138333)
+++ trunk/dports/graphics/tiff/Portfile	2015-07-06 00:26:33 UTC (rev 138334)
@@ -7,6 +7,7 @@
 
 name                tiff
 version             4.0.4
+revision            1
 categories          graphics
 platforms           darwin
 maintainers         ryandesign openmaintainer
@@ -72,6 +73,8 @@
 configure.cppflags-append \
                     -DHAVE_APPLE_OPENGL_FRAMEWORK
 
+set merger_dont_diff ${prefix}/include/tiffconf.h
+
 variant jbig description {Enable JBIG support} {
     depends_lib-append      port:jbigkit
     configure.args-replace  --disable-jbig --enable-jbig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150705/5b2b1bbb/attachment.html>


More information about the macports-changes mailing list