diff options
author | marino <marino@pkgsrc.org> | 2012-07-12 20:44:32 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-07-12 20:44:32 +0000 |
commit | 08bac4cdd3bf48d0d80562e9acee78dcd525a4bc (patch) | |
tree | 9f828c06461463f8b604209c3e249b1ec6148c54 /time | |
parent | 4ec2764a8e876b3e1dcce8f3320faf314498f805 (diff) | |
download | pkgsrc-08bac4cdd3bf48d0d80562e9acee78dcd525a4bc.tar.gz |
time/xonclock: Fix indirectly linking error on DragonFly
LDFLAGS.DragonFly+= -lXender
Diffstat (limited to 'time')
-rw-r--r-- | time/xonclock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/xonclock/Makefile b/time/xonclock/Makefile index 340c3864e1f..bdf8b568251 100644 --- a/time/xonclock/Makefile +++ b/time/xonclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/04/13 23:33:34 hans Exp $ +# $NetBSD: Makefile,v 1.14 2012/07/12 20:44:32 marino Exp $ # DISTNAME= xonclock-0.0.9.4 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -LDFLAGS.DragonFly= -lm +LDFLAGS.DragonFly= -lm -lXrender LDFLAGS.SunOS+= -lm -lrt .include "../../graphics/freetype2/buildlink3.mk" |