From 662f20a5594bb67f59b8d3d33d573302d35bd2e9 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Mon, 8 Sep 2003 15:21:54 +0000 Subject: Compiles again with system gcc on 5.x. --- editors/openoffice.org-2.0/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editors/openoffice.org-2.0') diff --git a/editors/openoffice.org-2.0/Makefile b/editors/openoffice.org-2.0/Makefile index a129abc524d8..464666f4c594 100644 --- a/editors/openoffice.org-2.0/Makefile +++ b/editors/openoffice.org-2.0/Makefile @@ -88,10 +88,12 @@ USE_LANG= ${LANG} LANG_SORTED=`${ECHO} ${LANG_LIST} | ${TR} " " "\n" | ${PASTE} -d " " - -` +.if ${OSVERSION} < 500000 # OOo requires gcc 3.3 (not systems's gcc) USE_GCC=3.3 # make no sense yet CC= gcc33 CXX= g++33 +.endif EXTRACT_ONLY= oo_${PORTVERSION}_src_${SNAPDATE}.tar.bz2 -- cgit v1.2.3