diff options
author | abs <abs@pkgsrc.org> | 2003-07-10 14:01:12 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-07-10 14:01:12 +0000 |
commit | 6bcef9846dc753359ac9b5c97e832a29e0c10377 (patch) | |
tree | 6670672f24679b3507899b52eecd42d8867c4c16 /time/asclock | |
parent | c39ecf6ebc14c7cd4ed7ecba68e7f8d3f743609e (diff) | |
download | pkgsrc-6bcef9846dc753359ac9b5c97e832a29e0c10377.tar.gz |
Fix build under gcc3
Diffstat (limited to 'time/asclock')
-rw-r--r-- | time/asclock/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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" |