diff options
-rw-r--r-- | mail/pine/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
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 |