pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/phoon Use the right #define for SYSV.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6691424d4408
branches: trunk
changeset: 352797:6691424d4408
user: dholland <dholland%pkgsrc.org@localhost>
date: Mon Sep 19 05:59:14 2016 +0000
description:
Use the right #define for SYSV.
diffstat:
time/phoon/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r efdf494a2b1c -r 6691424d4408 time/phoon/Makefile
--- a/time/phoon/Makefile Mon Sep 19 05:52:45 2016 +0000
+++ b/time/phoon/Makefile Mon Sep 19 05:59:14 2016 +0000
@@ -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 @@
# 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