From f005d9a62e1b21a20c8a0abd45b3a7fb7dc1f551 Mon Sep 17 00:00:00 2001 From: jschauma Date: Tue, 7 Sep 2004 01:23:10 +0000 Subject: If we're on IRIX and we're using gcc, then, apparently, we need gawk, as otherwise the awk invocation in libtool breaks complaining about the ``Input record [...] too long'' near the end of the build process. (Oddly this does not occur using the mipspro compiler.) --- x11/gtk2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'x11/gtk2') diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 6c8fc2f6f96..6010bf19fc1 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2004/08/31 11:53:07 jmmv Exp $ +# $NetBSD: Makefile,v 1.60 2004/09/07 01:23:10 jschauma Exp $ # DISTNAME= gtk+-2.4.9 @@ -57,6 +57,8 @@ PRINT_PLIST_AWK+= /^@dirrm share\/themes\/Default$$/ \ # which uses ## instead and does what it should. .if !empty(CC_VERSION:MSun) CPPFLAGS+= -Xc +.elif ${OPSYS} == "IRIX" && !empty(CC_VERSION:Mgcc*) +USE_GNU_TOOLS+= awk .endif post-install: -- cgit v1.2.3