summaryrefslogtreecommitdiff
path: root/devel/guile16-gtk/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/guile16-gtk/patches/patch-aa')
-rw-r--r--devel/guile16-gtk/patches/patch-aa25
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/guile16-gtk/patches/patch-aa b/devel/guile16-gtk/patches/patch-aa
deleted file mode 100644
index b56ac50299d..00000000000
--- a/devel/guile16-gtk/patches/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/06/18 00:38:58 dmcmahill Exp $
-
---- Makefile.in.orig Wed Jul 26 19:24:58 2000
-+++ Makefile.in
-@@ -641,3 +641,20 @@ dist-hook:
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
-+
-+# problems with optimization. triggers internal compiler errors
-+
-+COMPILE_NOOPT=${COMPILE:C/-O[0-9]*//g}
-+LTCOMPILE_NOOPT=${LTCOMPILE:C/-O[0-9]*//g}
-+
-+.if (${MACHINE_ARCH} == "alpha")
-+
-+gdk-glue.o: gdk-glue.c
-+ $(COMPILE_NOOPT) -c gdk-glue.c
-+
-+gdk-glue.lo: gdk-glue.c
-+ @echo "Compiling without optimization to work around gcc -O* compiler bug"
-+ $(LTCOMPILE_NOOPT) -c gdk-glue.c
-+
-+.endif
-+