[110437] trunk/dports/graphics/exiv2/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Aug 30 21:12:25 PDT 2013


Revision: 110437
          https://trac.macports.org/changeset/110437
Author:   jeremyhu at macports.org
Date:     2013-08-30 21:12:25 -0700 (Fri, 30 Aug 2013)
Log Message:
-----------
exiv2: Build fix for cxx_stdlib, pass cxxflags to the clang frontend at link time

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

Modified: trunk/dports/graphics/exiv2/Portfile
===================================================================
--- trunk/dports/graphics/exiv2/Portfile	2013-08-31 04:11:59 UTC (rev 110436)
+++ trunk/dports/graphics/exiv2/Portfile	2013-08-31 04:12:25 UTC (rev 110437)
@@ -31,6 +31,9 @@
 
 destroot.destdir prefix=${destroot}${prefix}
 
+# Custom Makefiles, yich...
+configure.ldflags-append ${configure.cxxflags}
+
 post-configure {
 	reinplace -E {s|-arch [a-z0-9_]+||g} ${worksrcpath}/config/exiv2.pc
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130830/08a3df0e/attachment-0001.html>


More information about the macports-changes mailing list