mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
11 lines
446 B
Plaintext
11 lines
446 B
Plaintext
|
--- 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;;
|