diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-01-21 17:01:40 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-01-21 17:01:40 +0000 |
commit | 314eb0b207fa8b59d263f0b49454ff634cd99baa (patch) | |
tree | 879f4234cdc40ea95a0c01507eab3709cf90aeb7 /lang/gcc46 | |
parent | 38ea826cbf6306b1299579c056303c7133c79c6c (diff) |
Notes
Diffstat (limited to 'lang/gcc46')
-rw-r--r-- | lang/gcc46/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 1b2c9245b720..ca9bc8b9a888 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -45,7 +45,7 @@ CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure .include <bsd.port.pre.mk> -.if ${ARCH} != i386 +.if ${ARCH} != i386 && ${ARCH} != amd64 WITHOUT_JAVA= yes .endif |