summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/Makefile
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-06-05 12:44:14 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-06-05 12:44:14 +0000
commitb2d9e960ca89a7911f63ecaffd2790fddcd06395 (patch)
treec70c5bfb37023ee1feaea04f618df13e6e604ef9 /editors/openoffice-1.0/Makefile
parentUse USE_GCC as in bsd.ports.mk proposed. (diff)
Also set --enable-gcc3 for CURRENT without USE_GCC
Notes
Notes: svn path=/head/; revision=60645
Diffstat (limited to 'editors/openoffice-1.0/Makefile')
-rw-r--r--editors/openoffice-1.0/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile
index 7a0a03abcb16..dd43f4035bfd 100644
--- a/editors/openoffice-1.0/Makefile
+++ b/editors/openoffice-1.0/Makefile
@@ -87,6 +87,10 @@ CONFIGURE_ARGS+= --with-stlport4-home=${PREFIX}
CONFIGURE_ARGS+= --enable-gcc3
.endif
+.if ${OSVERSION} > 500000 && !defined(USE_GCC)
+CONFIGURE_ARGS+= --enable-gcc3
+.endif
+
pre-fetch:
.if !defined(USE_GCC)
@${ECHO}