aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2003-08-20 16:25:01 +0800
committermbr <mbr@FreeBSD.org>2003-08-20 16:25:01 +0800
commitd15a5aa802745f903935e07d1dc7bb0e537c3596 (patch)
tree00152a8d93f484c16236875a648a2f196c3273b4 /editors/openoffice
parenta44eac57ca1abb770eeb2e8083b1416ea3528fd5 (diff)
downloadfreebsd-ports-gnome-d15a5aa802745f903935e07d1dc7bb0e537c3596.tar.gz
freebsd-ports-gnome-d15a5aa802745f903935e07d1dc7bb0e537c3596.tar.zst
freebsd-ports-gnome-d15a5aa802745f903935e07d1dc7bb0e537c3596.zip
Use GCC3.2 to compile this, even on CURRENT. There
have been so many c++ problems that it will be a pain to fix it for gcc3.3
Diffstat (limited to 'editors/openoffice')
-rw-r--r--editors/openoffice/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile
index 654e94702685..935ee4c1cce1 100644
--- a/editors/openoffice/Makefile
+++ b/editors/openoffice/Makefile
@@ -87,7 +87,6 @@ USE_LANG= ${LANG}
LANG_SORTED= `${ECHO} ${LANG_LIST} | ${TR} " " "\n" | ${PASTE} -d " " - -`
-.if ${OSVERSION} < 500000
#
# OO build is broken with the system gcc on STABLE.
#
@@ -95,15 +94,6 @@ BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
CC= gcc32
CXX= g++32
USE_GCC=3.2
-.endif
-
-.if ${OSVERSION} > 500000
-.if defined(USE_GCC) && ${USE_GCC} == 3.2
-BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
-CC= gcc32
-CXX= g++32
-.endif
-.endif
EXTRACT_ONLY= OOo_${PORTVERSION}_source.tar.bz2