From d65e2c6c9e6fdf9bba9792458447e38670cefcaa Mon Sep 17 00:00:00 2001 From: abs Date: Thu, 10 Jul 2003 14:01:12 +0000 Subject: Fix build under gcc3 --- time/asclock/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/time/asclock/Makefile b/time/asclock/Makefile index 0bb06653c02..bfe0afe9920 100644 --- a/time/asclock/Makefile +++ b/time/asclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/03/29 12:42:43 jmmv Exp $ +# $NetBSD: Makefile,v 1.11 2003/07/10 14:01:12 abs Exp $ DISTNAME= asclock-classic-1.0 PKGNAME= asclock-1.0 @@ -72,5 +72,8 @@ do-install: .endfor @${ECHO} @dirrm share/asclock-classic >> ${PLIST_SRC} +.if defined(USE_GCC3) +. include "../../lang/gcc3/buildlink2.mk" +.endif .include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3