aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-devel
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-06-07 12:13:50 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-06-07 12:13:50 +0000
commite7be12134b59297d205e6733d64fd288f089522a (patch)
treed02d140182207ffedd937495d1bec88fef8f5a7d /editors/openoffice.org-3-devel
parent422084ed8e53938a5af760d5a5908fb6a59c822d (diff)
downloadports-e7be12134b59297d205e6733d64fd288f089522a.tar.gz
ports-e7be12134b59297d205e6733d64fd288f089522a.zip
unbreak for amd64
Notes
Notes: svn path=/head/; revision=164699
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r--editors/openoffice.org-3-devel/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile
index 72aab59ab5e6..1ef890e44d97 100644
--- a/editors/openoffice.org-3-devel/Makefile
+++ b/editors/openoffice.org-3-devel/Makefile
@@ -60,10 +60,6 @@ JAVA_VENDOR= freebsd bsdjava
ONLY_FOR_ARCHS= amd64 i386
.if ${ARCH} == amd64
-BROKEN= "Work in progress"
-.endif
-
-.if ${ARCH} == amd64
GCC_TARGET= x86_64-portbld-freebsd${OSREL}
FREEBSD_ENV_SET= FreeBSDAMDEnv.Set
.else
@@ -166,7 +162,10 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --with-gnu-patch=${LOCALBASE
#workarounds
CONFIGURE_ARGS+= --with-system-xrender-headers=yes #i62713#
CONFIGURE_ARGS+= --with-system-freetype #link error with internal one
-.if (${GCCVER} == 4.1.1)
+.if ${ARCH} == amd64
+WITHOUT_MOZILLA= yes
+.endif
+.if (${GCCVER} == 4.1.2)
LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost
CONFIGURE_ARGS+= --with-system-boost=yes #i58343#
.endif