pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/phoon Make this compile on SunOS 5.x.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47844fb5f443
branches:  trunk
changeset: 506251:47844fb5f443
user:      is <is%pkgsrc.org@localhost>
date:      Fri Jan 13 11:16:57 2006 +0000

description:
Make this compile on SunOS 5.x.

diffstat:

 time/phoon/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 57d34ebb1162 -r 47844fb5f443 time/phoon/Makefile
--- a/time/phoon/Makefile       Fri Jan 13 10:28:25 2006 +0000
+++ b/time/phoon/Makefile       Fri Jan 13 11:16:57 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/01/25 04:20:31 tv Exp $
+# $NetBSD: Makefile,v 1.8 2006/01/13 11:16:57 is Exp $
 #
 
 DISTNAME=      phoon_01apr1995
@@ -15,7 +15,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 # doesn't have tm_gmtoff
-.if ${OPSYS} == "Interix"
+.if ${OPSYS} == "Interix" || ${OPSYS} == "SunOS"
 MAKE_FLAGS+=   DEFINES=-DSYSV
 .endif
 



Home | Main Index | Thread Index | Old Index