From f52e305c0557371f9f79c8bafe10795f7eefbbce Mon Sep 17 00:00:00 2001 From: brad Date: Mon, 2 Feb 2004 10:39:49 +0000 Subject: [PATCH] take USE_GCC3 into consideration. ok espie@ --- infrastructure/mk/gcc3.port.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infrastructure/mk/gcc3.port.mk b/infrastructure/mk/gcc3.port.mk index 3be5a0d319c..782643dbfc1 100644 --- a/infrastructure/mk/gcc3.port.mk +++ b/infrastructure/mk/gcc3.port.mk @@ -1 +1,5 @@ +USE_GCC3?=No + +.if ${USE_GCC3:L} == "no" .include "${PORTSDIR}/lang/egcs/stable/files/gcc3.port.mk" +.endif