1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Now fix to use this port on !i386.

PR:		ports/139119
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
Feature safe:	yes
This commit is contained in:
Felippe de Meirelles Motta 2009-09-27 18:44:16 +00:00
parent bd63216285
commit d4e6bf5186
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242177

View File

@ -36,13 +36,10 @@ BROKEN= Does not configure on sparc64
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile
.endif
.if (${OSVERSION} >= 700000 && ${OSVERSION} <= 800000)
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-global-native.mk
.else
.if ${ARCH} == "i386"
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-global-i386.mk
.if ${ARCH} != "i386"
BROKEN= build fails with error: CPU you selected does not support x86-64 instruction set
.endif
.else
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-global-native.mk
.endif
.include <bsd.port.post.mk>