diff options
author | obrien <obrien@FreeBSD.org> | 2004-08-30 02:11:02 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-08-30 02:11:02 +0000 |
commit | d63f42a6fd5afae9a0ea6b7f1b25c31865781f2f (patch) | |
tree | 9bc5ff1c42f0552ba9d2dae96c392d7bab51854a /emulators/linux_base | |
parent | 3c87afc891da5211522ea453b88beeae839ae42e (diff) | |
download | FreeBSD-ports-d63f42a6fd5afae9a0ea6b7f1b25c31865781f2f.zip FreeBSD-ports-d63f42a6fd5afae9a0ea6b7f1b25c31865781f2f.tar.gz |
First cut at supporting AMD64 (to give 32-bit support).
Diffstat (limited to 'emulators/linux_base')
-rw-r--r-- | emulators/linux_base/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index c3427df..5409c79 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -78,6 +78,11 @@ UPDATES= ${UPD_SET1} ${UPD_SET2} .include <bsd.port.pre.mk> +.if (${ARCH} == "amd64") +LATEST_LINK= linux32_base +MACHINE_ARCH= i386 +.endif + .if (${MACHINE_ARCH} == "i386") PORTREVISION= 7 RPM_BZIP2= bzip2-1.0.1-3.i386.rpm |