summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsketch <sketch>2004-11-02 17:48:04 +0000
committersketch <sketch>2004-11-02 17:48:04 +0000
commitf47637a6a5c8099d0c151f50b53cde429094c659 (patch)
treecfac6571ede3ef735ea6b62787552fda5d04b3fa
parent274e14190db3ad12d9c79a0541466291a631f4f3 (diff)
downloadpkgsrc-f47637a6a5c8099d0c151f50b53cde429094c659.tar.gz
Document devel/bison's sunpro hack.
-rw-r--r--doc/HACKS14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/HACKS b/doc/HACKS
index 11f577184ff..f393044ba35 100644
--- a/doc/HACKS
+++ b/doc/HACKS
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.28 2004/09/07 14:31:04 jschauma Exp $
+# $NetBSD: HACKS,v 1.29 2004/11/02 17:48:04 sketch Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -460,3 +460,15 @@ descr
iff IRIX and gcc. Problem: this might affect other packages as well.
One might consider depending libtool on gawk for IRIX.
kcah
+
+hack devel/bison -O* bug with sunpro
+cdate Tue Nov 2 17:30:48 GMT 2004
+who sketch
+port sparc (Solaris)
+file devel/bison/Makefile : 1.49
+descr
+ bison's quotearg_buffer_restyled() has issues with certain compilers
+ using optimisation flags. The resulting bison with optimsation
+ breaks on at least net/libIDL. BUILDLINK_TRANSFORM -O* away until
+ the root cause can be fixed.
+kcah