pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/netpbm



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Oct 16 15:35:41 UTC 2017

Modified Files:
        pkgsrc/graphics/netpbm: Makefile

Log Message:
netpbm: Extend SunOS workaround to GCC 6.x.


To generate a diff of this commit:
cvs rdiff -u -r1.213 -r1.214 pkgsrc/graphics/netpbm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/netpbm/Makefile
diff -u pkgsrc/graphics/netpbm/Makefile:1.213 pkgsrc/graphics/netpbm/Makefile:1.214
--- pkgsrc/graphics/netpbm/Makefile:1.213       Mon Sep  4 20:31:41 2017
+++ pkgsrc/graphics/netpbm/Makefile     Mon Oct 16 15:35:41 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.213 2017/09/04 20:31:41 wiz Exp $
+# $NetBSD: Makefile,v 1.214 2017/10/16 15:35:41 jperkin Exp $
 
 DISTNAME=      netpbm-10.79.04
 CATEGORIES=    graphics
@@ -69,7 +69,7 @@ MAKE_FLAGS+=  NETWORKLD="-lsocket -lresol
 .include "../../mk/compiler.mk"
 
 # Ridiculous but they hardcode it in every file so we have no choice.
-.if ${OPSYS} == "SunOS" && !empty(CC_VERSION:Mgcc-[7-9]*)
+.if ${OPSYS} == "SunOS" && !empty(CC_VERSION:Mgcc-[6-9]*)
 SUBST_CLASSES+=                xopen
 SUBST_STAGE.xopen=     pre-configure
 SUBST_FILES.xopen=     *.c */*.c */*/*.c */*/*/*.c */*/*/*/*.c */*/*/*/*/*.c



Home | Main Index | Thread Index | Old Index