diff options
Diffstat (limited to 'lang/gauche/patches/patch-ad')
-rw-r--r-- | lang/gauche/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/gauche/patches/patch-ad b/lang/gauche/patches/patch-ad new file mode 100644 index 00000000000..b206475eb9f --- /dev/null +++ b/lang/gauche/patches/patch-ad @@ -0,0 +1,13 @@ +$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";; |