diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-09-07 14:31:04 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-09-07 14:31:04 +0000 |
commit | e134059751e123ca75316ae12190e06d223af82c (patch) | |
tree | f0078c51dd31cb9ffaca9926a5ff29093eb53879 /doc/HACKS | |
parent | 66022b892b9f22e4b4bfd33d81fd1fa2edf190d9 (diff) | |
download | pkgsrc-e134059751e123ca75316ae12190e06d223af82c.tar.gz |
Document IRIX/gcc-gawk-libtool hack for x11/gtk2
Diffstat (limited to 'doc/HACKS')
-rw-r--r-- | doc/HACKS | 17 |
1 files changed, 16 insertions, 1 deletions
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 |