From b2d9e960ca89a7911f63ecaffd2790fddcd06395 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Wed, 5 Jun 2002 12:44:14 +0000 Subject: Also set --enable-gcc3 for CURRENT without USE_GCC --- editors/openoffice-1.0/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'editors/openoffice-1.0') 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} -- cgit v1.2.3