1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

First cut at supporting AMD64 (to give 32-bit support).

This commit is contained in:
David E. O'Brien 2004-08-30 02:11:02 +00:00
parent 434ff6c1c4
commit 2051fe865d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117613

View File

@ -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