pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/ghostscript-gpl
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Oct 16 15:47:01 UTC 2017
Modified Files:
pkgsrc/print/ghostscript-gpl: Makefile
Log Message:
ghostscript-gpl: Extend SunOS workaround to GCC 6.x.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/print/ghostscript-gpl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/ghostscript-gpl/Makefile
diff -u pkgsrc/print/ghostscript-gpl/Makefile:1.28 pkgsrc/print/ghostscript-gpl/Makefile:1.29
--- pkgsrc/print/ghostscript-gpl/Makefile:1.28 Tue Aug 1 14:59:04 2017
+++ pkgsrc/print/ghostscript-gpl/Makefile Mon Oct 16 15:47:01 2017
@@ -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 @@ CONFIGURE_ENV.HPUX+= ac_cv_func_fopen64=
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