From 0e610e4122d29fb28587649da958b42cb0dc259b Mon Sep 17 00:00:00 2001 From: schwarz Date: Tue, 3 Oct 2006 13:40:22 +0000 Subject: added support for IRIX 5 --- textproc/groff/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index e294bddfe2a..9f8cf20b24e 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/07/24 16:49:12 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2006/10/03 13:40:22 schwarz Exp $ # DISTNAME= groff-1.19.2 @@ -34,6 +34,11 @@ PLIST_SUBST+= GNU_PREFIX="g" PLIST_SUBST+= GNU_PREFIX="" .endif +.if !empty(LOWER_OPSYS:Mirix5*) +# needs getopt_long() +. include "../../pkgtools/libnbcompat/buildlink3.mk" +.endif + BUILD_DEFS+= PAPERSIZE .if defined(PAPERSIZE) CONFIGURE_ENV+= PAGE=${PAPERSIZE:Q} -- cgit v1.2.3