diff options
-rw-r--r-- | editors/openoffice-1.0/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 4 |
3 files changed, 12 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} diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 7a0a03abcb16..dd43f4035bfd 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-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} diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 7a0a03abcb16..dd43f4035bfd 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/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} |