pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/screen
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Sep 13 12:15:14 UTC 2018
Modified Files:
pkgsrc/misc/screen: Makefile
Log Message:
screen: Include compiler.mk before testing variables.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/misc/screen/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/screen/Makefile
diff -u pkgsrc/misc/screen/Makefile:1.107 pkgsrc/misc/screen/Makefile:1.108
--- pkgsrc/misc/screen/Makefile:1.107 Wed Jul 4 13:40:25 2018
+++ pkgsrc/misc/screen/Makefile Thu Sep 13 12:15:14 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.107 2018/07/04 13:40:25 jperkin Exp $
+# $NetBSD: Makefile,v 1.108 2018/09/13 12:15:14 jperkin Exp $
DISTNAME= screen-4.6.2
PKGREVISION= 1
@@ -43,6 +43,8 @@ SUBST_STAGE.paths= pre-configure
PLIST_VARS+= terminfo
+.include "../../mk/compiler.mk"
+
.if ${OPSYS} == "SunOS"
. if !empty(PKGSRC_COMPILER:Mclang) || !empty(CC_VERSION:Mgcc-[6-9]*)
CPPFLAGS+= -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
Home |
Main Index |
Thread Index |
Old Index