[118747] trunk/dports/graphics/jbigkit

ryandesign at macports.org ryandesign at macports.org
Thu Apr 10 05:22:40 PDT 2014


Revision: 118747
          https://trac.macports.org/changeset/118747
Author:   ryandesign at macports.org
Date:     2014-04-10 05:22:39 -0700 (Thu, 10 Apr 2014)
Log Message:
-----------
jbigkit: go back to removing -Wno-unused-result for old compilers; gcc-4.2 doesn't like it

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

Added Paths:
-----------
    trunk/dports/graphics/jbigkit/files/patch-Makefile

Modified: trunk/dports/graphics/jbigkit/Portfile
===================================================================
--- trunk/dports/graphics/jbigkit/Portfile	2014-04-10 12:18:35 UTC (rev 118746)
+++ trunk/dports/graphics/jbigkit/Portfile	2014-04-10 12:22:39 UTC (rev 118747)
@@ -26,6 +26,8 @@
 checksums               rmd160  71cc51fce3f65d8d9abf9ff52c29edf5469eb52f \
                         sha256  de7106b6bfaf495d6865c7dd7ac6ca1381bd12e0d81405ea81e7f2167263d932
 
+patchfiles              patch-Makefile
+
 use_configure           no
 
 variant universal {}

Copied: trunk/dports/graphics/jbigkit/files/patch-Makefile (from rev 82637, trunk/dports/graphics/jbigkit/files/patch-Makefile)
===================================================================
--- trunk/dports/graphics/jbigkit/files/patch-Makefile	                        (rev 0)
+++ trunk/dports/graphics/jbigkit/files/patch-Makefile	2014-04-10 12:22:39 UTC (rev 118747)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2014-03-27 13:47:15.000000000 -0500
++++ Makefile	2014-04-10 07:21:25.000000000 -0500
+@@ -4,7 +4,7 @@
+ CC = gcc
+ 
+ # Options for the compiler: A high optimization level is suggested
+-CFLAGS = -O2 -W -Wno-unused-result
++CFLAGS = -O2 -W
+ # CFLAGS = -O -g -W -Wall -Wno-unused-result -ansi -pedantic # -DDEBUG
+ 
+ export CC CFLAGS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140410/52ffd004/attachment.html>


More information about the macports-changes mailing list