summaryrefslogtreecommitdiff
path: root/doc/HACKS
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2003-01-25 02:35:54 +0000
committerhubertf <hubertf@pkgsrc.org>2003-01-25 02:35:54 +0000
commitfa482db695bc1f0f54cab75c931b2630a810eaf9 (patch)
treec344b86b4406c7f403328a690046983a8a12d3b1 /doc/HACKS
parent4b62b56557f1121f06d6e909c2fa6cccaa00fc0d (diff)
downloadpkgsrc-fa482db695bc1f0f54cab75c931b2630a810eaf9.tar.gz
Add my ImageMagick hack for mipsel and (belatedly...) arm32
Diffstat (limited to 'doc/HACKS')
-rw-r--r--doc/HACKS12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/HACKS b/doc/HACKS
index ca3f2015af9..2ef3463aa45 100644
--- a/doc/HACKS
+++ b/doc/HACKS
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.4 2003/01/25 00:20:59 salo Exp $
+# $NetBSD: HACKS,v 1.5 2003/01/25 02:35:54 hubertf Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -326,3 +326,13 @@ descr
excessive amounts of memory attempting to optimise this function.
Using no optimisation allows the function to build.
kcah
+
+hack ImageMagick arm32+mipsel -O2 bug
+mdate 25 Jan 2003
+who hubertf (the mipsel one, dunno who did the arm32 one)
+port cobald (probably other mipsel's), arm32
+file graphics/ImageMagick/Makefile : 1.90
+descr
+ When compiling with -O2, gcc spins at one file. Going back to
+ -O fixes this. (The usual story...)
+kcah