pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/xonclock time/xonclock: Fix indirect linking erro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c3dd706fe55
branches:  trunk
changeset: 598701:3c3dd706fe55
user:      marino <marino%pkgsrc.org@localhost>
date:      Sun Jan 29 00:12:54 2012 +0000

description:
time/xonclock: Fix indirect linking error on DragonFly

diffstat:

 time/xonclock/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3c4cf27e173f -r 3c3dd706fe55 time/xonclock/Makefile
--- a/time/xonclock/Makefile    Sun Jan 29 00:10:55 2012 +0000
+++ b/time/xonclock/Makefile    Sun Jan 29 00:12:54 2012 +0000
@@ -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 @@
 
 GNU_CONFIGURE= yes
 
+LDFLAGS.DragonFly=     -lm
+
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"



Home | Main Index | Thread Index | Old Index