diff options
author | maho <maho@FreeBSD.org> | 2006-06-07 18:48:15 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-06-07 18:48:15 +0800 |
commit | f14bd70b1b3a5d0843b646dc3235f9792b1648f3 (patch) | |
tree | 9774d0f4eb76674174c268f44ed18e7259e79e43 /editors/openoffice.org-3-RC | |
parent | 5a20204c549ab97ab9005e9a03860bfd1c1ec293 (diff) | |
download | freebsd-ports-gnome-f14bd70b1b3a5d0843b646dc3235f9792b1648f3.tar.gz freebsd-ports-gnome-f14bd70b1b3a5d0843b646dc3235f9792b1648f3.tar.zst freebsd-ports-gnome-f14bd70b1b3a5d0843b646dc3235f9792b1648f3.zip |
Unbreak for amd64
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index a272745ff47e..de0de65c256a 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -58,10 +58,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 @@ -161,7 +157,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 |