Revision
110437
Author
jeremyhu@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

Diff

Modified: trunk/dports/graphics/exiv2/Portfile (110436 => 110437)


--- 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
 }