From e134059751e123ca75316ae12190e06d223af82c Mon Sep 17 00:00:00 2001 From: jschauma Date: Tue, 7 Sep 2004 14:31:04 +0000 Subject: Document IRIX/gcc-gawk-libtool hack for x11/gtk2 --- doc/HACKS | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'doc/HACKS') diff --git a/doc/HACKS b/doc/HACKS index 4ab07187d10..11f577184ff 100644 --- a/doc/HACKS +++ b/doc/HACKS @@ -1,4 +1,4 @@ -# $NetBSD: HACKS,v 1.27 2004/08/16 13:10:24 dsainty Exp $ +# $NetBSD: HACKS,v 1.28 2004/09/07 14:31:04 jschauma Exp $ # # This file is intended to document workarounds for currently unsolved # (mostly) compiler bugs. @@ -445,3 +445,18 @@ descr the stack and some fairly dodgy type casting. The patch file contains more details. kcah + +hack libtool nawk line length problem +cdate Tue Sep 7 01:23:10 UTC 2004 +who jschauma +port mipseb (IRIX) +file x11/gtk2/Makefile +descr + 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. Possible + reason: using gcc we have longer CFLAGS. Fix: add USE_GNU_TOOLS+=awk + iff IRIX and gcc. Problem: this might affect other packages as well. + One might consider depending libtool on gawk for IRIX. +kcah -- cgit v1.2.3