summaryrefslogtreecommitdiff
path: root/devel/libffi/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-08 20:40:02 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-08 20:40:02 +0000
commit578d3bed5cca29f297ffdf2f68ab507a7a412a79 (patch)
tree6be4b83b645d3b3093e6c5f43ed1e01425654df1 /devel/libffi/patches
parenta2b442c21dddfe232c31fdddb917d1834c0900dc (diff)
downloadpkgsrc-578d3bed5cca29f297ffdf2f68ab507a7a412a79.tar.gz
Override config.guess and config.sub. Add DragonFly.
Diffstat (limited to 'devel/libffi/patches')
-rw-r--r--devel/libffi/patches/patch-aa25
1 files changed, 21 insertions, 4 deletions
diff --git a/devel/libffi/patches/patch-aa b/devel/libffi/patches/patch-aa
index 30a2ef314ac..3abc36737b9 100644
--- a/devel/libffi/patches/patch-aa
+++ b/devel/libffi/patches/patch-aa
@@ -1,8 +1,16 @@
-$NetBSD: patch-aa,v 1.3 2005/03/07 14:54:40 wiz Exp $
+$NetBSD: patch-aa,v 1.4 2006/01/08 20:40:02 joerg Exp $
---- configure.orig 2004-05-12 17:13:57.000000000 +0200
+--- configure.orig 2004-05-12 15:13:57.000000000 +0000
+++ configure
-@@ -2470,7 +2470,7 @@ ia64*-*-*) TARGET=IA64; TARGETDIR=ia64;;
+@@ -2457,6 +2457,7 @@ i*86-*-sco3.2v5*) TARGET=X86; TARGETDIR=
+ i*86-*-solaris*) TARGET=X86; TARGETDIR=x86;;
+ i*86-*-beos*) TARGET=X86; TARGETDIR=x86;;
+ i*86-*-freebsd*) TARGET=X86; TARGETDIR=x86;;
++i*86-*-dragonfly*) TARGET=X86; TARGETDIR=x86;;
+ i*86-*-netbsdelf*) TARGET=X86; TARGETDIR=x86;;
+ i*86-*-win32*) TARGET=X86_WIN32; TARGETDIR=x86;;
+ i*86-*-cygwin*) TARGET=X86_WIN32; TARGETDIR=x86;;
+@@ -2470,7 +2471,7 @@ ia64*-*-*) TARGET=IA64; TARGETDIR=ia64;;
m68k-*-linux*) TARGET=M68K; TARGETDIR=m68k;;
mips64*-*);;
mips*-*-linux*) TARGET=MIPS_LINUX; TARGETDIR=mips;;
@@ -11,7 +19,7 @@ $NetBSD: patch-aa,v 1.3 2005/03/07 14:54:40 wiz Exp $
powerpc-*-beos*) TARGET=POWERPC; TARGETDIR=powerpc;;
powerpc-*-darwin*) TARGET=POWERPC_DARWIN; TARGETDIR=powerpc;;
powerpc-*-aix*) TARGET=POWERPC_AIX; TARGETDIR=powerpc;;
-@@ -2479,6 +2479,7 @@ arm*-*-linux-*) TARGET=ARM; TARGETDIR=ar
+@@ -2479,6 +2480,7 @@ arm*-*-linux-*) TARGET=ARM; TARGETDIR=ar
s390-*-linux-*) TARGET=S390; TARGETDIR=s390;;
s390x-*-linux-*) TARGET=S390; TARGETDIR=s390;;
x86_64-*-linux*) TARGET=X86_64; TARGETDIR=x86;;
@@ -19,3 +27,12 @@ $NetBSD: patch-aa,v 1.3 2005/03/07 14:54:40 wiz Exp $
sh-*-linux* | sh[34]*-*-linux*) TARGET=SH; TARGETDIR=sh;;
esac
+@@ -3792,6 +3794,8 @@ for ac_option
+ do
+ case "\$ac_option" in
+ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
++ # Avoid regenerating for rechecks on pkgsrc
++ exit 0
+ echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
+ exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
+ -version | --version | --versio | --versi | --vers | --ver | --ve | --v)