diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-13 09:21:45 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-13 09:21:45 +0000 |
commit | b496d68912730a28fa318f95e34101dba64a85bd (patch) | |
tree | 191634f26e8ad281e1d310ef570b2b5e1e49628c /editors | |
parent | 90a00fed7fb41dbd9a2a89032ce66a697f87bf3c (diff) | |
download | FreeBSD-ports-b496d68912730a28fa318f95e34101dba64a85bd.zip FreeBSD-ports-b496d68912730a28fa318f95e34101dba64a85bd.tar.gz |
Add missing conditional.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index be72e7b..4344c7e 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -23,7 +23,9 @@ DISTFILES= OOo_${PORTVERSION}_source.tar.bz2 gpc231.tar.Z \ # # OO is still broken with the system gcc on CURRENT. # +.if !defined(USE_GCC) USE_GCC=3.1 +.endif .if defined(USE_GCC) && ${USE_GCC} == 3.1 # # We depend on the port. System g++ is broken at the moment. diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index be72e7b..4344c7e 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -23,7 +23,9 @@ DISTFILES= OOo_${PORTVERSION}_source.tar.bz2 gpc231.tar.Z \ # # OO is still broken with the system gcc on CURRENT. # +.if !defined(USE_GCC) USE_GCC=3.1 +.endif .if defined(USE_GCC) && ${USE_GCC} == 3.1 # # We depend on the port. System g++ is broken at the moment. diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index be72e7b..4344c7e 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -23,7 +23,9 @@ DISTFILES= OOo_${PORTVERSION}_source.tar.bz2 gpc231.tar.Z \ # # OO is still broken with the system gcc on CURRENT. # +.if !defined(USE_GCC) USE_GCC=3.1 +.endif .if defined(USE_GCC) && ${USE_GCC} == 3.1 # # We depend on the port. System g++ is broken at the moment. |