summaryrefslogtreecommitdiff
path: root/devel/libffi
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2010-11-20 08:45:12 +0000
committertsutsui <tsutsui@pkgsrc.org>2010-11-20 08:45:12 +0000
commit91a1677c37ea22f96ce5a9f8fb0c1f69e18f1fb8 (patch)
tree80d9593962645fc31f48297a9a1f6debd807e126 /devel/libffi
parent72d3f1010815efc0808ac9d9b5d692a9a1ac491b (diff)
downloadpkgsrc-91a1677c37ea22f96ce5a9f8fb0c1f69e18f1fb8.tar.gz
Make this build on NetBSD/sh3el.
Tested on NetBSD/landisk 5.1.
Diffstat (limited to 'devel/libffi')
-rw-r--r--devel/libffi/distinfo4
-rw-r--r--devel/libffi/patches/patch-aa15
2 files changed, 14 insertions, 5 deletions
diff --git a/devel/libffi/distinfo b/devel/libffi/distinfo
index bd68e55271a..5f1a4efd925 100644
--- a/devel/libffi/distinfo
+++ b/devel/libffi/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.17 2010/07/22 04:17:44 jklos Exp $
+$NetBSD: distinfo,v 1.18 2010/11/20 08:45:12 tsutsui Exp $
SHA1 (libffi-3.0.9.tar.gz) = 56e41f87780e09d06d279690e53d4ea2c371ea88
RMD160 (libffi-3.0.9.tar.gz) = 11ff9aeb62f4fbe1fecf09e6f9814a72bfedb37a
Size (libffi-3.0.9.tar.gz) = 731719 bytes
-SHA1 (patch-aa) = eb6838b48bfaa9594f0853928c3587036cdef1b3
+SHA1 (patch-aa) = db7fd66cb2c31683e086a94b3ca77a1c7ca9ed92
SHA1 (patch-ab) = a63e2fa11c16410f280de19c1ef47e6c7884c2b8
SHA1 (patch-ac) = f3c6324f4334d23e684b4eca25173a13be5d37eb
SHA1 (patch-ad) = 8901a00abe25422e3e35f321a5fb89311185fc0b
diff --git a/devel/libffi/patches/patch-aa b/devel/libffi/patches/patch-aa
index 7b2120b918a..46324b40f0c 100644
--- a/devel/libffi/patches/patch-aa
+++ b/devel/libffi/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.9 2010/01/16 16:28:58 asau Exp $
+$NetBSD: patch-aa,v 1.10 2010/11/20 08:45:12 tsutsui Exp $
Extend which ports we accept to deal with.
---- configure.orig 2009-12-31 15:41:51.000000000 +0300
-+++ configure 2010-01-12 12:40:15.000000000 +0300
+--- configure.orig 2009-12-31 12:41:51.000000000 +0000
++++ configure
@@ -12210,7 +12210,7 @@
mips-sgi-irix5.* | mips-sgi-irix6.*)
TARGET=MIPS; TARGETDIR=mips
@@ -22,3 +22,12 @@ Extend which ports we accept to deal with.
TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
;;
powerpc*-*-rtems*)
+@@ -12239,7 +12239,7 @@
+ TARGET=S390; TARGETDIR=s390
+ ;;
+
+- sh-*-* | sh[34]*-*-*)
++ sh-*-* | shle-*-* | sh[34]*-*-*)
+ TARGET=SH; TARGETDIR=sh
+ ;;
+ sh64-*-* | sh5*-*-*)