exiv2: Build fix for cxx_stdlib, pass cxxflags to the clang frontend at link time
--- 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
}