pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/netpbm netpbm: Extend SunOS workaround to GCC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f48b11d6577b
branches:  trunk
changeset: 370380:f48b11d6577b
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Oct 16 15:35:41 2017 +0000

description:
netpbm: Extend SunOS workaround to GCC 6.x.

diffstat:

 graphics/netpbm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 95c4d98f841a -r f48b11d6577b graphics/netpbm/Makefile
--- a/graphics/netpbm/Makefile  Mon Oct 16 14:13:26 2017 +0000
+++ b/graphics/netpbm/Makefile  Mon Oct 16 15:35:41 2017 +0000
@@ -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 @@
 .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