pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libgnomeui libgnomeui: Extend SunOS workaround t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/890aed9598d5
branches: trunk
changeset: 370409:890aed9598d5
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Mon Oct 16 18:46:55 2017 +0000
description:
libgnomeui: Extend SunOS workaround to GCC 6.x.
diffstat:
devel/libgnomeui/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f0f870aff506 -r 890aed9598d5 devel/libgnomeui/Makefile
--- a/devel/libgnomeui/Makefile Mon Oct 16 18:35:43 2017 +0000
+++ b/devel/libgnomeui/Makefile Mon Oct 16 18:46:55 2017 +0000
@@ -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 @@
.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