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

cal at macports.org cal at macports.org
Mon Mar 4 16:10:36 PST 2013


Revision: 103701
          https://trac.macports.org/changeset/103701
Author:   cal at macports.org
Date:     2013-03-04 16:10:35 -0800 (Mon, 04 Mar 2013)
Log Message:
-----------
tiff: link with -headerpad_max_install_names

While this changes the files installed, it is no functional change. I'm
going to avoid the revbump; the change will be picked up with the next
update and/or revbump.

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

Modified: trunk/dports/graphics/tiff/Portfile
===================================================================
--- trunk/dports/graphics/tiff/Portfile	2013-03-04 23:55:28 UTC (rev 103700)
+++ trunk/dports/graphics/tiff/Portfile	2013-03-05 00:10:35 UTC (rev 103701)
@@ -51,6 +51,9 @@
 		--with-zlib-include-dir=${prefix}/include \
 		--with-zlib-lib-dir=${prefix}/lib
 
+configure.ldflags-append \
+        -headerpad_max_install_names
+
 use_parallel_build  yes
 
 platform macosx {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130304/6a2cf2f1/attachment.html>


More information about the macports-changes mailing list