aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-09-08 15:21:54 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-09-08 15:21:54 +0000
commit662f20a5594bb67f59b8d3d33d573302d35bd2e9 (patch)
tree8d7b61e8e62cfbc3272fc2dc0aa221d71976bd24 /editors/openoffice-1.1
parent307748c0d81a0740433515eb7709af42fd5701a4 (diff)
downloadports-662f20a5594bb67f59b8d3d33d573302d35bd2e9.tar.gz
ports-662f20a5594bb67f59b8d3d33d573302d35bd2e9.zip
Compiles again with system gcc on 5.x.
Notes
Notes: svn path=/head/; revision=88811
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r--editors/openoffice-1.1/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile
index a129abc524d8..464666f4c594 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