From dc0bf90e8f951f5af11e31fd83813e505af2eb5c Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 18 Dec 2004 16:21:28 +0000 Subject: add IRIX support. fixes part of PR pkg/28615 from Georg Schwarz. --- mail/pine/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'mail/pine') diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 1e8ff0b3288..fded6a79f31 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.97 2004/12/18 16:20:36 grant Exp $ +# $NetBSD: Makefile,v 1.98 2004/12/18 16:21:28 grant Exp $ DISTNAME= pine4.61 PKGNAME= pine-4.61 @@ -31,6 +31,14 @@ BUILDFILE= lnx BUILDNAME= osx BUILDFILE= osx LIBS+= -lcurses +.elif ${OPSYS} == "IRIX" +. if ${OS_VERSION} >= 6.5 +BUILDNAME= sg6 +. else +BUILDNAME= sgi +CFLAGS+= -Dvfork=fork +. endif +BUILDFILE= sgi .else BUILDNAME= neb BUILDFILE= neb -- cgit v1.2.3