summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjschauma <jschauma>2004-09-07 14:31:04 +0000
committerjschauma <jschauma>2004-09-07 14:31:04 +0000
commit861fefc992fc47b4b2537d300074cdd005386d11 (patch)
treef0078c51dd31cb9ffaca9926a5ff29093eb53879
parent2e1c7f39a47db3f76c5ace0abbf5a67d7fb11633 (diff)
downloadpkgsrc-861fefc992fc47b4b2537d300074cdd005386d11.tar.gz
Document IRIX/gcc-gawk-libtool hack for x11/gtk2
-rw-r--r--doc/HACKS17
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