aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc32
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-04-16 17:17:55 +0800
committerdinoex <dinoex@FreeBSD.org>2004-04-16 17:17:55 +0800
commitbe1ff93369606c14347bbcab43f35ea0ea7c1bef (patch)
treef06f9c71c213eb8df1f243cd3d7db39c4c87be82 /lang/gcc32
parent8263a76a36d62cbb34e0d7b379ed3abb087acfaa (diff)
downloadfreebsd-ports-gnome-be1ff93369606c14347bbcab43f35ea0ea7c1bef.tar.gz
freebsd-ports-gnome-be1ff93369606c14347bbcab43f35ea0ea7c1bef.tar.zst
freebsd-ports-gnome-be1ff93369606c14347bbcab43f35ea0ea7c1bef.zip
- fix typo in condition.
Reported by: kris
Diffstat (limited to 'lang/gcc32')
-rw-r--r--lang/gcc32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile
index 802ca3458ef7..572c09413c5a 100644
--- a/lang/gcc32/Makefile
+++ b/lang/gcc32/Makefile
@@ -41,7 +41,7 @@ CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.endif
-.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" && ${ARCH} == "amd64"
+.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" || ${ARCH} == "amd64"
# libgcj is built on all platforms except sparc64 and ia64 and amd64
WITHOUT_LIBJAVA=yes
.endif