summaryrefslogtreecommitdiff
path: root/lang/jamvm/patches
diff options
context:
space:
mode:
authortonio <tonio>2006-05-16 21:33:03 +0000
committertonio <tonio>2006-05-16 21:33:03 +0000
commit50b6ab9e0f30d8b3578a34f5df27871b7be536cf (patch)
tree4c526219abe77ea9f87816cc2dbcf0ee008dcb88 /lang/jamvm/patches
parent0b632589c7037279cd56300e5349e80a2f4dc882 (diff)
downloadpkgsrc-50b6ab9e0f30d8b3578a34f5df27871b7be536cf.tar.gz
fix the use to == for test(1)
Diffstat (limited to 'lang/jamvm/patches')
-rw-r--r--lang/jamvm/patches/patch-aa13
1 files changed, 11 insertions, 2 deletions
diff --git a/lang/jamvm/patches/patch-aa b/lang/jamvm/patches/patch-aa
index b31266cc5c9..944b72ce6e7 100644
--- a/lang/jamvm/patches/patch-aa
+++ b/lang/jamvm/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1 2006/05/02 08:59:30 joerg Exp $
+$NetBSD: patch-aa,v 1.2 2006/05/16 21:33:03 tonio Exp $
---- configure.orig 2006-01-18 10:08:36.000000000 +0000
+--- configure.orig 2006-01-18 11:08:36.000000000 +0100
+++ configure
@@ -1943,19 +1943,25 @@ host_os=`echo $ac_cv_host | sed 's/^\([^
@@ -30,6 +30,15 @@ $NetBSD: patch-aa,v 1.1 2006/05/02 08:59:30 joerg Exp $
powerpc-*-darwin*) host_os=darwin ;;
*) { { echo "$as_me:$LINENO: error: $host not supported" >&5
echo "$as_me: error: $host not supported" >&2;}
+@@ -1984,7 +1990,7 @@ if test "${enable_int_caching+set}" = se
+ enableval="$enable_int_caching"
+
+ else
+- if test "$host_cpu" == i386; then
++ if test "$host_cpu" = i386; then
+ enable_int_caching=no
+ fi
+ fi;
@@ -3289,13 +3295,13 @@ done