diff options
author | maho <maho@FreeBSD.org> | 2009-08-04 09:12:40 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-08-04 09:12:40 +0800 |
commit | 4c17f7ecf319f6af622a620ca41e1917aa29cf2a (patch) | |
tree | af3f0f0bf00a50687b710e66abdcb5861de0e718 /editors | |
parent | 44bc57b6d2b085306841ebd206f9dd5fcdc95b8f (diff) | |
download | freebsd-ports-gnome-4c17f7ecf319f6af622a620ca41e1917aa29cf2a.tar.gz freebsd-ports-gnome-4c17f7ecf319f6af622a620ca41e1917aa29cf2a.tar.zst freebsd-ports-gnome-4c17f7ecf319f6af622a620ca41e1917aa29cf2a.zip |
Try to workaround strange build error on i386.
Spotted by: pav
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index 5e20a0cbe907..009a9d1168ff 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/Makefile @@ -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 |