mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
79f86c529d
Submitted by: Martti Kuparinen <martti@nomadiclab.com>
20 lines
709 B
Plaintext
20 lines
709 B
Plaintext
*** setupwfc.orig Fri Jan 14 12:53:13 2000
|
|
--- setupwfc Fri Mar 10 13:03:43 2000
|
|
***************
|
|
*** 344,350 ****
|
|
PLATFORM=hp
|
|
DISP_PLATFORM="Hewlett-Packard (HP-UX)"
|
|
;;
|
|
! Linux)
|
|
# We assume that an Intel-based linux system will have an x86
|
|
# processor. We also assume that this is reported by uname -m
|
|
# "ix86" where x is some number.
|
|
--- 344,350 ----
|
|
PLATFORM=hp
|
|
DISP_PLATFORM="Hewlett-Packard (HP-UX)"
|
|
;;
|
|
! Linux|FreeBSD)
|
|
# We assume that an Intel-based linux system will have an x86
|
|
# processor. We also assume that this is reported by uname -m
|
|
# "ix86" where x is some number.
|