From b7e4d4cfe3df6b87348f6c97ab3222438f5a4e41 Mon Sep 17 00:00:00 2001 From: abs Date: Thu, 12 Jun 2003 15:48:17 +0000 Subject: if defined(USE_GCC3) include "../../lang/gcc3/buildlink2.mk" Fixes gcc3 'Canadian' build issue (Can now find gcc_eh) No change to non gcc3 compiled packages --- mail/imap-uw/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mail/imap-uw/Makefile') diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 1bc60c503e2..65b77150d80 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2003/06/08 20:26:33 grant Exp $ +# $NetBSD: Makefile,v 1.61 2003/06/12 15:48:18 abs Exp $ DISTNAME= imap-2002b PKGNAME= imap-uw-2002.2 @@ -139,4 +139,7 @@ do-install: .if !defined(IMAP_UW_NO_SSL) || ${IMAP_UW_NO_SSL} != "YES" .include "../../security/openssl/buildlink2.mk" .endif +.if defined(USE_GCC3) +. include "../../lang/gcc3/buildlink2.mk" +.endif .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3