pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/pine add IRIX support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3b8e9bbe17f
branches:  trunk
changeset: 485671:a3b8e9bbe17f
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Dec 18 16:21:28 2004 +0000

description:
add IRIX support.

fixes part of PR pkg/28615 from Georg Schwarz.

diffstat:

 mail/pine/Makefile |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r d3b1200f98fb -r a3b8e9bbe17f mail/pine/Makefile
--- a/mail/pine/Makefile        Sat Dec 18 16:20:36 2004 +0000
+++ b/mail/pine/Makefile        Sat Dec 18 16:21:28 2004 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index