- Fix building on non-i386.

PR:		ports/101328
Submitted by:	Roland Smith <rsmith@xs4all.nl>
This commit is contained in:
Alejandro Pulver 2006-08-03 23:22:36 +00:00
parent 8533280ec9
commit 83b637ebdc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169602

View file

@ -30,7 +30,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
MAKE_ENV+= OPTIMIZED_CFLAGS=YES
.endif
.if !defined(WITHOUT_X86_ASM)
.if defined(WITHOUT_X86_ASM) || ${ARCH} != "i386"
MAKE_ENV+= NO_X86_ASM=YES
.endif