diff options
author | tnn <tnn@pkgsrc.org> | 2011-01-21 09:21:57 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2011-01-21 09:21:57 +0000 |
commit | da12a9abc5993f52d35e873648293714677dbe15 (patch) | |
tree | 06fd3fcb8ab4c1708606912bb844b2508fc7a830 /devel/libffi/patches | |
parent | 0a2ba4d2638539f412160c6b27f379518c2dd35c (diff) | |
download | pkgsrc-da12a9abc5993f52d35e873648293714677dbe15.tar.gz |
enable for hppa*-*-netbsd*
Diffstat (limited to 'devel/libffi/patches')
-rw-r--r-- | devel/libffi/patches/patch-aa | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/devel/libffi/patches/patch-aa b/devel/libffi/patches/patch-aa index 46324b40f0c..a16f3237328 100644 --- a/devel/libffi/patches/patch-aa +++ b/devel/libffi/patches/patch-aa @@ -1,10 +1,19 @@ -$NetBSD: patch-aa,v 1.10 2010/11/20 08:45:12 tsutsui Exp $ +$NetBSD: patch-aa,v 1.11 2011/01/21 09:21:58 tnn Exp $ Extend which ports we accept to deal with. --- configure.orig 2009-12-31 12:41:51.000000000 +0000 +++ configure -@@ -12210,7 +12210,7 @@ +@@ -12167,7 +12167,7 @@ case "$host" in + TARGET=FRV; TARGETDIR=frv + ;; + +- hppa*-*-linux* | parisc*-*-linux*) ++ hppa*-*-linux* | hppa*-*-netbsd* | parisc*-*-linux*) + TARGET=PA_LINUX; TARGETDIR=pa + ;; + hppa*64-*-hpux*) +@@ -12210,7 +12210,7 @@ case "$host" in mips-sgi-irix5.* | mips-sgi-irix6.*) TARGET=MIPS; TARGETDIR=mips ;; @@ -13,7 +22,7 @@ Extend which ports we accept to deal with. # Support 128-bit long double for NewABI. HAVE_LONG_DOUBLE='defined(__mips64)' TARGET=MIPS; TARGETDIR=mips -@@ -12228,7 +12228,7 @@ +@@ -12228,7 +12228,7 @@ case "$host" in powerpc-*-aix* | rs6000-*-aix*) TARGET=POWERPC_AIX; TARGETDIR=powerpc ;; @@ -22,7 +31,7 @@ Extend which ports we accept to deal with. TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc ;; powerpc*-*-rtems*) -@@ -12239,7 +12239,7 @@ +@@ -12239,7 +12239,7 @@ case "$host" in TARGET=S390; TARGETDIR=s390 ;; |