mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Also build Java on amd64.
Submitted by: Andreas Tobler <andreast@fgznet.ch>
This commit is contained in:
parent
38ea826cbf
commit
314eb0b207
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248280
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user