1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/libffi/files/patch-aa

12 lines
503 B
Plaintext
Raw Normal View History

1999-05-31 04:58:10 +00:00
--- configure.orig Mon Oct 5 04:26:04 1998
+++ configure Sun May 30 19:01:51 1999
@@ -1415,6 +1415,8 @@
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;;
1999-05-31 04:58:10 +00:00
+alpha-unknown-freebsd*) TARGET=ALPHA; TARGETDIR=alpha;;
sparc-sun-4*) TARGET=SPARC; TARGETDIR=sparc;;
sparc-sun-*) TARGET=SPARC; TARGETDIR=sparc;;
alpha*-*-linux* | alpha*-*-osf*) TARGET=ALPHA; TARGETDIR=alpha;;