pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/ghostscript-gpl ghostscript-gpl: Extend SunOS wo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8e949a091ee
branches:  trunk
changeset: 370383:d8e949a091ee
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Oct 16 15:47:01 2017 +0000

description:
ghostscript-gpl: Extend SunOS workaround to GCC 6.x.

diffstat:

 print/ghostscript-gpl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 35df792630c3 -r d8e949a091ee print/ghostscript-gpl/Makefile
--- a/print/ghostscript-gpl/Makefile    Mon Oct 16 15:43:50 2017 +0000
+++ b/print/ghostscript-gpl/Makefile    Mon Oct 16 15:47:01 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2017/08/01 14:59:04 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2017/10/16 15:47:01 jperkin Exp $
 
 DISTNAME=      ghostscript-${GS_VERSION}
 PKGNAME=       ${DISTNAME:S/ghostscript/ghostscript-gpl/}
@@ -75,7 +75,7 @@
 CFLAGS+=               -fPIC
 .endif
 
-.if ${OPSYS} == "SunOS" && !empty(CC_VERSION:Mgcc-[7-9]*)
+.if ${OPSYS} == "SunOS" && !empty(CC_VERSION:Mgcc-[6-9]*)
 CPPFLAGS+=             -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
 .endif
 



Home | Main Index | Thread Index | Old Index