[116232] trunk/dports/graphics/poppler/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Jan 21 17:37:01 PST 2014


Revision: 116232
          https://trac.macports.org/changeset/116232
Author:   jeremyhu at macports.org
Date:     2014-01-21 17:37:01 -0800 (Tue, 21 Jan 2014)
Log Message:
-----------
poppler: Build fix

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

Modified: trunk/dports/graphics/poppler/Portfile
===================================================================
--- trunk/dports/graphics/poppler/Portfile	2014-01-22 00:46:08 UTC (rev 116231)
+++ trunk/dports/graphics/poppler/Portfile	2014-01-22 01:37:01 UTC (rev 116232)
@@ -58,6 +58,12 @@
                 --enable-libcurl \
                 --enable-introspection=yes
 
+post-patch {
+    # clang: error: unknown argument: '-fno-check-new'
+    # Strip it out rather than --disable-compile-warnings
+    reinplace "s:-fno-check-new::g" ${worksrcpath}/configure.ac
+}
+
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
 
 if {[variant_isset universal]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140121/e2e554aa/attachment.html>


More information about the macports-changes mailing list