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: Thu Jan 25 13:55:43 UTC 2018
Modified Files:
pkgsrc/devel/libgnomeui: Makefile
Log Message:
libgnomeui: Extend _XOPEN_SOURCE workaround to clang.
To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 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.138 pkgsrc/devel/libgnomeui/Makefile:1.139
--- pkgsrc/devel/libgnomeui/Makefile:1.138 Thu Nov 23 17:19:41 2017
+++ pkgsrc/devel/libgnomeui/Makefile Thu Jan 25 13:55:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.138 2017/11/23 17:19:41 wiz Exp $
+# $NetBSD: Makefile,v 1.139 2018/01/25 13:55:43 jperkin Exp $
#
DISTNAME= libgnomeui-2.24.5
@@ -24,8 +24,8 @@ PKGCONFIG_OVERRIDE= ${PKGCONFIG_BASE}.in
.include "../../mk/compiler.mk"
-.if ${OPSYS} == "SunOS" && !empty(CC_VERSION:Mgcc-[6-9]*)
-SUBST_CLASSES+= xopen
+.if !empty(CC_VERSION:Mgcc-[6-9]*) || !empty(PKGSRC_COMPILER:Mclang)
+SUBST_CLASSES.SunOS+= xopen
SUBST_STAGE.xopen= pre-configure
SUBST_FILES.xopen= libgnomeui/gnome-file-entry.c libgnomeui/gnome-client.c
SUBST_FILES.xopen+= libgnomeui/gnome-dateedit.c
Home |
Main Index |
Thread Index |
Old Index