summaryrefslogtreecommitdiff
path: root/lang/gauche/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gauche/patches/patch-ad')
-rw-r--r--lang/gauche/patches/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/gauche/patches/patch-ad b/lang/gauche/patches/patch-ad
deleted file mode 100644
index b206475eb9f..00000000000
--- a/lang/gauche/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.5 2005/01/27 10:15:35 minoura Exp $
-
---- configure.orig 2004-12-03 14:14:15.000000000 +0900
-+++ configure 2005-01-27 11:38:21.000000000 +0900
-@@ -8097,7 +8097,7 @@
- case "$host" in
- i686-*) I686OPT="-DUSE_I686_PREFETCH";;
- esac
--if test $CC = "gcc"; then
-+if test "$GCC" = "yes"; then
- case "$target" in
- *mingw*) ;;
- *) GCCOPT="-fomit-frame-pointer";;