diff options
author | mbr <mbr@FreeBSD.org> | 2003-09-08 15:21:54 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-09-08 15:21:54 +0000 |
commit | 26072e4566eb3f4982df046139bf621f734c5f99 (patch) | |
tree | 86ccf479bd25ced8437503dadbe7ab354e4a6729 /editors/openoffice-1.1 | |
parent | c9cdecef39d8872fecc7688a3fd12bc1be500e18 (diff) | |
download | FreeBSD-ports-26072e4566eb3f4982df046139bf621f734c5f99.zip FreeBSD-ports-26072e4566eb3f4982df046139bf621f734c5f99.tar.gz |
Compiles again with system gcc on 5.x.
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index a129abc..464666f 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/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 |