pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/phoon IRIX is also a System V OS. Fixes PR#26869.
details: https://anonhg.NetBSD.org/pkgsrc/rev/62e15138942f
branches: trunk
changeset: 518923:62e15138942f
user: schwarz <schwarz%pkgsrc.org@localhost>
date: Sat Sep 23 22:12:15 2006 +0000
description:
IRIX is also a System V OS. Fixes PR#26869.
diffstat:
time/phoon/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a6be5cbf4b00 -r 62e15138942f time/phoon/Makefile
--- a/time/phoon/Makefile Sat Sep 23 22:07:05 2006 +0000
+++ b/time/phoon/Makefile Sat Sep 23 22:12:15 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/01/13 11:16:57 is Exp $
+# $NetBSD: Makefile,v 1.9 2006/09/23 22:12:15 schwarz Exp $
#
DISTNAME= phoon_01apr1995
@@ -15,7 +15,7 @@
.include "../../mk/bsd.prefs.mk"
# doesn't have tm_gmtoff
-.if ${OPSYS} == "Interix" || ${OPSYS} == "SunOS"
+.if ${OPSYS} == "Interix" || ${OPSYS} == "SunOS" || ${OPSYS} == "IRIX"
MAKE_FLAGS+= DEFINES=-DSYSV
.endif
Home |
Main Index |
Thread Index |
Old Index