aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice-3-devel
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2006-06-07 20:13:50 +0800
committermaho <maho@FreeBSD.org>2006-06-07 20:13:50 +0800
commit6448bf631e904dc15e50910a06d7d316743a721a (patch)
treeea603f25d03ec54acd827437464ffd03ada6b662 /editors/openoffice-3-devel
parenta4b9747c5c15a850bbb4d1da2ff3da43b15c7412 (diff)
downloadfreebsd-ports-gnome-6448bf631e904dc15e50910a06d7d316743a721a.tar.gz
freebsd-ports-gnome-6448bf631e904dc15e50910a06d7d316743a721a.tar.zst
freebsd-ports-gnome-6448bf631e904dc15e50910a06d7d316743a721a.zip
unbreak for amd64
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r--editors/openoffice-3-devel/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile
index 72aab59ab5e6..1ef890e44d97 100644
--- a/editors/openoffice-3-devel/Makefile
+++ b/editors/openoffice-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