diff options
author | dholland <dholland@pkgsrc.org> | 2008-09-07 07:31:35 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2008-09-07 07:31:35 +0000 |
commit | 88a4dfd786b4116478f5eb30b02fc7cba30dff02 (patch) | |
tree | c659df8d49592015f49cdb2719d3762825f73774 | |
parent | dbd8355b090829a4edc1de0fdd70c64c41f7b513 (diff) | |
download | pkgsrc-88a4dfd786b4116478f5eb30b02fc7cba30dff02.tar.gz |
Make this configure for and build on amd64.
-rw-r--r-- | lang/japhar/distinfo | 4 | ||||
-rw-r--r-- | lang/japhar/patches/patch-aa | 17 |
2 files changed, 15 insertions, 6 deletions
diff --git a/lang/japhar/distinfo b/lang/japhar/distinfo index af916fedfed..ef2f66ace5b 100644 --- a/lang/japhar/distinfo +++ b/lang/japhar/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.6 2006/06/06 15:40:15 joerg Exp $ +$NetBSD: distinfo,v 1.7 2008/09/07 07:31:35 dholland Exp $ SHA1 (japhar-0.08.tar.gz) = 3f450610ca31061c1c183c8e86d1fcd47660f86d RMD160 (japhar-0.08.tar.gz) = 283f47db3a54f8f51d755a61fab94c611de13988 Size (japhar-0.08.tar.gz) = 903160 bytes -SHA1 (patch-aa) = f7df8c888ffed761e2de857a4114482c64c811c6 +SHA1 (patch-aa) = fe445f7ce812a6a52de9a26f21eb8fd778d34e6b SHA1 (patch-ab) = a6c80ee5d1814002e7dd7b2a68964170af81ddc2 SHA1 (patch-ac) = 26b8f7321fad1944d5df4eba757c35f9e32fa015 SHA1 (patch-ad) = 640ebdda8fe1a6d51de69dde2626c62f6b2cf1e0 diff --git a/lang/japhar/patches/patch-aa b/lang/japhar/patches/patch-aa index 002346e4d52..ad13147f3e0 100644 --- a/lang/japhar/patches/patch-aa +++ b/lang/japhar/patches/patch-aa @@ -1,7 +1,16 @@ -$NetBSD: patch-aa,v 1.3 2006/06/04 13:52:57 joerg Exp $ +$NetBSD: patch-aa,v 1.4 2008/09/07 07:31:35 dholland Exp $ ---- configure.orig 1999-03-16 02:03:46.000000000 +0000 -+++ configure +--- configure.orig 1999-03-15 21:03:46.000000000 -0500 ++++ configure 2008-09-07 02:58:26.000000000 -0400 +@@ -3250,7 +3250,7 @@ esac + + if test x"${JNITYPES_HOST+set}"x != x"set"x; then + case "${host}" in +- i?86-* | alpha-* | sparc-* | mips-* | hppa1*) ++ i?86-* | x86_64-* | alpha-* | sparc-* | mips-* | hppa1*) + JNITYPES_HOST="${srcdir}/lib/libjni/include/jnitypes.frag";; + *) + { echo "configure: error: Unsupported platform.\n Check ${srcdir}/lib/libjni/include/jnitypes.frag to see if types are correct, and\n update configure.in." 1>&2; exit 1; } @@ -3498,6 +3498,7 @@ case "$host" in mips-sgi-irix5.* | mips-sgi-irix6.*) can_use_libffi=true;; i*86-pc-linux*) can_use_libffi=true;; @@ -46,7 +55,7 @@ $NetBSD: patch-aa,v 1.3 2006/06/04 13:52:57 joerg Exp $ trap '' 1 2 15 -@@ -6707,7 +6712,7 @@ if test "$no_recursion" != yes; then +@@ -6707,7 +6710,7 @@ if test "$no_recursion" != yes; then esac done |