1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Try to workaround strange build error on i386.

Spotted by: pav
This commit is contained in:
Maho Nakata 2009-08-04 01:12:40 +00:00
parent d579d67e5a
commit d3ef753db9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238866

View File

@ -43,7 +43,6 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set
MANUAL_PACKAGE_BUILD= loops builds on pointyhat
.else
FREEBSD_ENV_SET= FreeBSDX86Env.Set
BROKEN= does not build
.endif
#Linux/Solaris/Windows m226, MacOSX: m243
@ -104,7 +103,8 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp \
--with-system-stdlibs \
--with-epm=internal \
--with-jdk-home="${JAVA_HOME}" \
--disable-binfilter
--disable-binfilter \
--with-vba-package-format="builtin"
.if ${ARCH} == amd64
WITHOUT_MOZILLA= yes