diff options
author | grant <grant@pkgsrc.org> | 2004-12-18 16:21:28 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-12-18 16:21:28 +0000 |
commit | aa50bab74ad01f4c2c0a7319f5185b8ddc08aca8 (patch) | |
tree | 06ade7729f696ccb04c072e082e3ce0bafea440c | |
parent | 55ef91bd559272df88ca1d68e2b0b6a05e2924a3 (diff) | |
download | pkgsrc-aa50bab74ad01f4c2c0a7319f5185b8ddc08aca8.tar.gz |
add IRIX support.
fixes part of PR pkg/28615 from Georg Schwarz.
-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 |