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:
parent
434ff6c1c4
commit
2051fe865d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117613
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user