pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gauche Correct GNUC detection.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a8870a3d067
branches:  trunk
changeset: 488284:9a8870a3d067
user:      minoura <minoura%pkgsrc.org@localhost>
date:      Thu Jan 27 10:15:35 2005 +0000

description:
Correct GNUC detection.
Fixes (at least) i386--netbsd compilation.

diffstat:

 lang/gauche/distinfo         |   3 ++-
 lang/gauche/patches/patch-ad |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r bb0709a3f771 -r 9a8870a3d067 lang/gauche/distinfo
--- a/lang/gauche/distinfo      Thu Jan 27 09:40:25 2005 +0000
+++ b/lang/gauche/distinfo      Thu Jan 27 10:15:35 2005 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.14 2005/01/16 08:57:55 kei Exp $
+$NetBSD: distinfo,v 1.15 2005/01/27 10:15:35 minoura Exp $
 
 SHA1 (Gauche-0.8.3.tgz) = c60282eb7cd4080dbe80d56f4327574820642526
 Size (Gauche-0.8.3.tgz) = 2534879 bytes
 SHA1 (patch-aa) = 81a351b08cbd957242f88eb43d26c65ba95fe2f2
 SHA1 (patch-ab) = c08f8b9fbed9d9f41cddfddb386a756e8bd322cc
 SHA1 (patch-ac) = e07cbf9604b53781952dbef297fd7360ec9bda3f
+SHA1 (patch-ad) = bb1b71c43f01ba7b0be270164a53e9b16da1981b
diff -r bb0709a3f771 -r 9a8870a3d067 lang/gauche/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/gauche/patches/patch-ad      Thu Jan 27 10:15:35 2005 +0000
@@ -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";;



Home | Main Index | Thread Index | Old Index