mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Also disable Java and libffi on amd64 until the next snapshot of
GCC 5.0. PR: 197171
This commit is contained in:
parent
988968be67
commit
978f07dbce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378133
@ -40,7 +40,7 @@ SSP_UNSAFE= yes
|
||||
PATCH_WRKSRC= ${SRCDIR}
|
||||
CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure
|
||||
|
||||
# libffi is broken on FreeBSD i386 since 2015-01-11, cf.
|
||||
# libffi is broken on FreeBSD 10.x or later since 2015-01-11, cf.
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64779, so disable it.
|
||||
CONFIGURE_ARGS+=--without-libffi
|
||||
|
||||
@ -48,9 +48,9 @@ OPTIONS_DEFINE= BOOTSTRAP
|
||||
OPTIONS_DEFINE_i386= JAVA
|
||||
OPTIONS_DEFINE_amd64= JAVA
|
||||
OPTIONS_DEFAULT= BOOTSTRAP
|
||||
# Also disable the JAVA default on i386 for now.
|
||||
# Also disable the JAVA defaults for now.
|
||||
#OPTIONS_DEFAULT_i386= JAVA
|
||||
OPTIONS_DEFAULT_amd64= JAVA
|
||||
#OPTIONS_DEFAULT_amd64= JAVA
|
||||
BOOTSTRAP_DESC= Build using a full bootstrap
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user