summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2009-08-04 01:12:40 +0000
committerMaho Nakata <maho@FreeBSD.org>2009-08-04 01:12:40 +0000
commitd3ef753db9a5e8a3fdfb825df689e11ff416f120 (patch)
treecf168c8c793f59973486dd2c56e04de1521aeb80 /editors/openoffice.org-vcltesttool
parent- Forced commit to note that print/hplip3 was repocopied from print/hplip (diff)
Try to workaround strange build error on i386.
Spotted by: pav
Notes
Notes: svn path=/head/; revision=238866
Diffstat (limited to 'editors/openoffice.org-vcltesttool')
-rw-r--r--editors/openoffice.org-vcltesttool/Makefile4
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