pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/phoon
Module Name: pkgsrc
Committed By: dholland
Date: Mon Sep 19 05:59:14 UTC 2016
Modified Files:
pkgsrc/time/phoon: Makefile
Log Message:
Use the right #define for SYSV.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/time/phoon/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/phoon/Makefile
diff -u pkgsrc/time/phoon/Makefile:1.13 pkgsrc/time/phoon/Makefile:1.14
--- pkgsrc/time/phoon/Makefile:1.13 Mon Oct 8 13:04:27 2012
+++ pkgsrc/time/phoon/Makefile Mon Sep 19 05:59:14 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2012/10/08 13:04:27 asau Exp $
+# $NetBSD: Makefile,v 1.14 2016/09/19 05:59:14 dholland Exp $
#
DISTNAME= phoon_29jun2005
@@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/phoon
# doesn't have tm_gmtoff
.if ${OPSYS} == "Interix" || ${OPSYS} == "SunOS" || ${OPSYS} == "IRIX"
-MAKE_FLAGS+= DEFINES=-DSYSV
+MAKE_FLAGS+= DEFINES=-DOS_SYSV
.endif
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
Home |
Main Index |
Thread Index |
Old Index