summaryrefslogtreecommitdiff
path: root/doc/HACKS
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-05-30 00:14:43 +0000
committerrecht <recht@pkgsrc.org>2004-05-30 00:14:43 +0000
commit295b79b55925c4b2202593e3f80d665b011ce471 (patch)
tree09a9e783e9bbc4c22dbb6f6f8fb4c55397846b36 /doc/HACKS
parent03b0fedad15ed365ad2e4e50f835b0e5ebdbbd98 (diff)
downloadpkgsrc-295b79b55925c4b2202593e3f80d665b011ce471.tar.gz
add alpha c++ -O2 bug workaround for graphics/freetype2
Diffstat (limited to 'doc/HACKS')
-rw-r--r--doc/HACKS13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/HACKS b/doc/HACKS
index a5e87c4a2ca..b5cdf701da9 100644
--- a/doc/HACKS
+++ b/doc/HACKS
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.24 2004/04/11 19:44:27 seb Exp $
+# $NetBSD: HACKS,v 1.25 2004/05/30 00:14:43 recht Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -412,3 +412,14 @@ descr
Use POSIX::floor() as a workaround.
See perl ticket #25249.
kcah
+
+hack alpha c++ -O2 bug
+cdate Wed Feb 16 13:24:06 2000
+who recht
+port alpha
+file graphics/freetype2/Makefile
+pr 25742
+descr
+ The default compiler flags on the alpha port "-O2 -mieee"
+ cause the c++ compiler to generate buggy code.
+kcah