summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authormarino <marino>2012-01-29 00:12:54 +0000
committermarino <marino>2012-01-29 00:12:54 +0000
commit63c22bd573704c78bb80604dedc83c9cf84f0c8c (patch)
tree0fbd2ef917d9f132cf6ae56bf74eb0cb65ed5adc /time
parente0db0cc77c9b9ffd6ec22850a973e847ec6fc86d (diff)
downloadpkgsrc-63c22bd573704c78bb80604dedc83c9cf84f0c8c.tar.gz
time/xonclock: Fix indirect linking error on DragonFly
Diffstat (limited to 'time')
-rw-r--r--time/xonclock/Makefile4
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"