[82687] trunk/dports/archivers/libzzip/Portfile

afb at macports.org afb at macports.org
Thu Aug 18 08:13:36 PDT 2011


Revision: 82687
          http://trac.macports.org/changeset/82687
Author:   afb at macports.org
Date:     2011-08-18 02:38:30 -0700 (Thu, 18 Aug 2011)
Log Message:
-----------
have libtool sort out the linker flag mess instead

Modified Paths:
--------------
    trunk/dports/archivers/libzzip/Portfile

Modified: trunk/dports/archivers/libzzip/Portfile
===================================================================
--- trunk/dports/archivers/libzzip/Portfile	2011-08-18 09:36:35 UTC (rev 82686)
+++ trunk/dports/archivers/libzzip/Portfile	2011-08-18 09:38:30 UTC (rev 82687)
@@ -41,6 +41,11 @@
     use_autoconf yes
 }
 
+post-patch {
+    reinplace {/ZZIPLIB_LDFLAGS=/s/--export-dynamic/-export-dynamic/} \
+        ${worksrcpath}/configure
+}
+
 configure.env   PYTHON=/usr/bin/python
 
 post-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110818/bfa3e6f4/attachment-0001.html>


More information about the macports-changes mailing list