summaryrefslogtreecommitdiff
path: root/lang/jamvm
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2006-05-16 21:33:03 +0000
committertonio <tonio@pkgsrc.org>2006-05-16 21:33:03 +0000
commit2c48e4d7f08ccb9e6303db13e52eb2df26d91b92 (patch)
tree4c526219abe77ea9f87816cc2dbcf0ee008dcb88 /lang/jamvm
parentbe3078f917849c45bf73e47df2e489e9bb3895d7 (diff)
downloadpkgsrc-2c48e4d7f08ccb9e6303db13e52eb2df26d91b92.tar.gz
fix the use to == for test(1)
Diffstat (limited to 'lang/jamvm')
-rw-r--r--lang/jamvm/distinfo4
-rw-r--r--lang/jamvm/patches/patch-aa13
2 files changed, 13 insertions, 4 deletions
diff --git a/lang/jamvm/distinfo b/lang/jamvm/distinfo
index 762523bedab..4e304679fa8 100644
--- a/lang/jamvm/distinfo
+++ b/lang/jamvm/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2006/05/02 08:59:30 joerg Exp $
+$NetBSD: distinfo,v 1.3 2006/05/16 21:33:03 tonio Exp $
SHA1 (jamvm-1.4.2.tar.gz) = cfda95e52261d58e535a0c8ec03878304e9560c7
RMD160 (jamvm-1.4.2.tar.gz) = ca9d26f90dd04e5aaefb1c33dda59a4f41456e31
Size (jamvm-1.4.2.tar.gz) = 285593 bytes
-SHA1 (patch-aa) = 932c69d3cb7eae2ade71c7d6b4644d44cb68e68e
+SHA1 (patch-aa) = 4de74aaee822305f09ae4c0402f82715c8f216b4
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