diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-05 20:44:14 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-05 20:44:14 +0800 |
commit | 78c5f417caf618498a58afe61ec2391d55f7b4b6 (patch) | |
tree | 1e76adf6a15d512aaf9800fe943fb022ff7ed628 /editors | |
parent | f6868c0ba4dcacade288a6ef42a9d122e83fc497 (diff) | |
download | freebsd-ports-gnome-78c5f417caf618498a58afe61ec2391d55f7b4b6.tar.gz freebsd-ports-gnome-78c5f417caf618498a58afe61ec2391d55f7b4b6.tar.zst freebsd-ports-gnome-78c5f417caf618498a58afe61ec2391d55f7b4b6.zip |
Also set --enable-gcc3 for CURRENT without USE_GCC
Diffstat (limited to 'editors')
-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} |