pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc Document IRIX/gcc-gawk-libtool hack for x11/gtk2
details: https://anonhg.NetBSD.org/pkgsrc/rev/4945b749c636
branches: trunk
changeset: 480362:4945b749c636
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Tue Sep 07 14:31:04 2004 +0000
description:
Document IRIX/gcc-gawk-libtool hack for x11/gtk2
diffstat:
doc/HACKS | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 2099115ef1f9 -r 4945b749c636 doc/HACKS
--- a/doc/HACKS Tue Sep 07 14:05:28 2004 +0000
+++ b/doc/HACKS Tue Sep 07 14:31:04 2004 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index