summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarz <schwarz@pkgsrc.org>2006-09-23 22:12:15 +0000
committerschwarz <schwarz@pkgsrc.org>2006-09-23 22:12:15 +0000
commit4695cdb27bbe0dba30253e46045d993c6f18b8fb (patch)
tree0370a6e36488aa22bc133e447280f9762b41fac9
parent71098d016fb2471e97ed9c4a1072d05351b58c8d (diff)
downloadpkgsrc-4695cdb27bbe0dba30253e46045d993c6f18b8fb.tar.gz
IRIX is also a System V OS. Fixes PR#26869.
-rw-r--r--time/phoon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/phoon/Makefile b/time/phoon/Makefile
index 3b0d140a037..e09878d144f 100644
--- a/time/phoon/Makefile
+++ b/time/phoon/Makefile
@@ -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 @@ WRKSRC= ${WRKDIR}/phoon
.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