mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
70364f181b
Submitted by: maintainer.
11 lines
446 B
Plaintext
11 lines
446 B
Plaintext
--- configure.orig Mon Oct 5 17:26:04 1998
|
|
+++ configure Sat Oct 24 00:42:30 1998
|
|
@@ -1415,6 +1415,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;;
|