summaryrefslogtreecommitdiff
path: root/devel/libffi-devel/files/patch-aa
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-08-10 00:08:48 +0000
committerSteve Price <steve@FreeBSD.org>1998-08-10 00:08:48 +0000
commita0b236c245bf39b7db32c2f14ebd43d5ba93b655 (patch)
tree8220c13259594edcb3be3d078985818aca074492 /devel/libffi-devel/files/patch-aa
parentUpdate to version 1.10. (diff)
Initial import of libffi version 1.18.
Foreign Function Interface. PR: 6943 Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw>
Notes
Notes: svn path=/head/; revision=12390
Diffstat (limited to 'devel/libffi-devel/files/patch-aa')
-rw-r--r--devel/libffi-devel/files/patch-aa10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libffi-devel/files/patch-aa b/devel/libffi-devel/files/patch-aa
new file mode 100644
index 000000000000..832b44066d5a
--- /dev/null
+++ b/devel/libffi-devel/files/patch-aa
@@ -0,0 +1,10 @@
+--- configure.orig Sun Jun 14 14:42:47 1998
++++ configure Sun Jun 14 14:33:17 1998
+@@ -1234,6 +1234,7 @@
+ case "$host" in
+ mips-sgi-irix5.* | mips-sgi-irix6.*) TARGET=MIPS; TARGETDIR=mips;;
+ i*86-pc-linux*) TARGET=X86; TARGETDIR=x86;;
++i*86-unknown-freebsd*) TARGET=X86; TARGETDIR=x86;;
+ sparc-sun-4*) TARGET=SPARC; TARGETDIR=sparc;;
+ sparc-sun-*) TARGET=SPARC; TARGETDIR=sparc;;
+ alpha*-*-linux* | alpha*-*-osf*) TARGET=ALPHA; TARGETDIR=alpha;;