pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libgnomeui



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Oct 16 18:46:55 UTC 2017

Modified Files:
        pkgsrc/devel/libgnomeui: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 pkgsrc/devel/libgnomeui/Makefile

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

Modified files:

Index: pkgsrc/devel/libgnomeui/Makefile
diff -u pkgsrc/devel/libgnomeui/Makefile:1.135 pkgsrc/devel/libgnomeui/Makefile:1.136
--- pkgsrc/devel/libgnomeui/Makefile:1.135      Sun Jul 30 22:47:49 2017
+++ pkgsrc/devel/libgnomeui/Makefile    Mon Oct 16 18:46:55 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.135 2017/07/30 22:47:49 wiz Exp $
+# $NetBSD: Makefile,v 1.136 2017/10/16 18:46:55 jperkin Exp $
 #
 
 DISTNAME=      libgnomeui-2.24.5
@@ -24,7 +24,7 @@ PKGCONFIG_OVERRIDE=   ${PKGCONFIG_BASE}.in
 
 .include "../../mk/compiler.mk"
 
-.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=     libgnomeui/gnome-file-entry.c libgnomeui/gnome-client.c



Home | Main Index | Thread Index | Old Index