diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc45/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc46/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc47/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc48/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 1b2c9245b720..ca9bc8b9a888 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/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 diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile index 1b2c9245b720..ca9bc8b9a888 100644 --- a/lang/gcc45/Makefile +++ b/lang/gcc45/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 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 diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index 1b2c9245b720..ca9bc8b9a888 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/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 diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 1b2c9245b720..ca9bc8b9a888 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/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 |