From b496d68912730a28fa318f95e34101dba64a85bd Mon Sep 17 00:00:00 2001 From: mbr Date: Thu, 13 Jun 2002 09:21:45 +0000 Subject: Add missing conditional. --- editors/openoffice-1.0/Makefile | 2 ++ editors/openoffice.org-1.0/Makefile | 2 ++ editors/openoffice/Makefile | 2 ++ 3 files changed, 6 insertions(+) (limited to 'editors') diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index be72e7b57176..4344c7e0fb63 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 be72e7b57176..4344c7e0fb63 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 be72e7b57176..4344c7e0fb63 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. -- cgit