pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/gvfs
Module Name: pkgsrc
Committed By: jperkin
Date: Tue May 15 15:29:44 UTC 2018
Modified Files:
pkgsrc/sysutils/gvfs: Makefile
Log Message:
gvfs: Need compiler.mk for CC_VERSION tests.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/sysutils/gvfs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/gvfs/Makefile
diff -u pkgsrc/sysutils/gvfs/Makefile:1.93 pkgsrc/sysutils/gvfs/Makefile:1.94
--- pkgsrc/sysutils/gvfs/Makefile:1.93 Mon Apr 16 14:35:11 2018
+++ pkgsrc/sysutils/gvfs/Makefile Tue May 15 15:29:44 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2018/04/16 14:35:11 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2018/05/15 15:29:44 jperkin Exp $
#
DISTNAME= gvfs-1.6.7
@@ -70,6 +70,8 @@ CONFIGURE_ARGS+= --disable-fuse
BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED
+.include "../../mk/compiler.mk"
+
.if !empty(PKGSRC_COMPILER:Mclang) || !empty(CC_VERSION:Mgcc-[6-9]*)
CFLAGS.SunOS+= -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
.else
Home |
Main Index |
Thread Index |
Old Index