diff options
author | marino <marino@pkgsrc.org> | 2012-01-29 00:12:54 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-01-29 00:12:54 +0000 |
commit | d0131bf152fe73b8f8247200d3ab87fb3a4dcb03 (patch) | |
tree | 0fbd2ef917d9f132cf6ae56bf74eb0cb65ed5adc /time/xonclock | |
parent | 983c50e2fb8e4474a5ebee182af07e35be072080 (diff) | |
download | pkgsrc-d0131bf152fe73b8f8247200d3ab87fb3a4dcb03.tar.gz |
time/xonclock: Fix indirect linking error on DragonFly
Diffstat (limited to 'time/xonclock')
-rw-r--r-- | time/xonclock/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/xonclock/Makefile b/time/xonclock/Makefile index 7b7a4b3529a..1cbc117b333 100644 --- a/time/xonclock/Makefile +++ b/time/xonclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2011/11/01 06:02:40 sbd Exp $ +# $NetBSD: Makefile,v 1.11 2012/01/29 00:12:54 marino Exp $ # DISTNAME= xonclock-0.0.9.4 @@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes +LDFLAGS.DragonFly= -lm + .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" |