pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/groff added support for IRIX 5
details: https://anonhg.NetBSD.org/pkgsrc/rev/846f2ce57c41
branches: trunk
changeset: 519459:846f2ce57c41
user: schwarz <schwarz%pkgsrc.org@localhost>
date: Tue Oct 03 13:40:22 2006 +0000
description:
added support for IRIX 5
diffstat:
textproc/groff/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r d254f82264d5 -r 846f2ce57c41 textproc/groff/Makefile
--- a/textproc/groff/Makefile Tue Oct 03 12:55:47 2006 +0000
+++ b/textproc/groff/Makefile Tue Oct 03 13:40:22 2006 +0000
@@ -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=""
.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}
Home |
Main Index |
Thread Index |
Old Index