pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/plotutils-nox11 Demand GNU awk on IRIX. Accor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb3d01932489
branches:  trunk
changeset: 472062:eb3d01932489
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sat Apr 03 09:29:58 2004 +0000

description:
Demand GNU awk on IRIX. According to pkgsrc/mk/tools.mk IRIX has no
usable native awk. This should fix PR pkg/25027.

diffstat:

 graphics/plotutils-nox11/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r adab15e48bd3 -r eb3d01932489 graphics/plotutils-nox11/Makefile
--- a/graphics/plotutils-nox11/Makefile Sat Apr 03 09:16:20 2004 +0000
+++ b/graphics/plotutils-nox11/Makefile Sat Apr 03 09:29:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/09/19 10:14:11 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/03 09:29:58 heinz Exp $
 #
 
 DISTNAME=              plotutils-2.4.1
@@ -23,6 +23,8 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-libplotter
 CONFIGURE_ARGS+=       --without-x
+OPSYSVARS+=            USE_GNU_TOOLS
+USE_GNU_TOOLS.IRIX+=   awk
 
 USE_LIBTOOL=           yes
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig ${WRKSRC}/libxmi/ltconfig



Home | Main Index | Thread Index | Old Index