[152643] trunk/dports/graphics/gd2/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Sep 14 04:38:37 PDT 2016


Revision: 152643
          https://trac.macports.org/changeset/152643
Author:   ryandesign at macports.org
Date:     2016-09-14 04:38:37 -0700 (Wed, 14 Sep 2016)
Log Message:
-----------
gd2: disable -Werror

There are some warnings with the older versions of clang on 10.7 and 10.8
that we don't want to cause the build to fail.

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

Modified: trunk/dports/graphics/gd2/Portfile
===================================================================
--- trunk/dports/graphics/gd2/Portfile	2016-09-14 11:30:21 UTC (rev 152642)
+++ trunk/dports/graphics/gd2/Portfile	2016-09-14 11:38:37 UTC (rev 152643)
@@ -47,7 +47,8 @@
 
 patchfiles                  patch-src-gdft.c.diff
 
-configure.args-append       --with-freetype=${prefix} \
+configure.args-append       --disable-werror \
+                            --with-freetype=${prefix} \
                             --with-fontconfig=${prefix} \
                             --with-jpeg=${prefix} \
                             --with-png=${prefix} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160914/346329b1/attachment.html>


More information about the macports-changes mailing list