Invert the sense of the test for 64-bit architectures, since we only

support one 32-bit platform.
This commit is contained in:
Kris Kennaway 2003-07-05 12:00:55 +00:00
parent 892bf6d34d
commit 5aa42df414
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84234

View File

@ -28,7 +28,7 @@ DEFAULTHOST?= localhost
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" || ${ARCH} == "sparc64" || ${ARCH} == "ia64"
.if ${ARCH} != "i386"
CONFIGURE_ARGS+=--with-64bit
.endif