diff options
author | hans <hans@pkgsrc.org> | 2012-04-13 23:33:34 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-04-13 23:33:34 +0000 |
commit | ab7719ac06ab39e2219c7a414c3b01666f402f9e (patch) | |
tree | 768e2f3d677f3402df942ba166cefa5f15801273 /time/xonclock | |
parent | e7d054ae1bb89654b1e82a9f7afff943a575427a (diff) | |
download | pkgsrc-ab7719ac06ab39e2219c7a414c3b01666f402f9e.tar.gz |
Fix build on SunOS, link against -lm -lrt.
Diffstat (limited to 'time/xonclock')
-rw-r--r-- | time/xonclock/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/xonclock/Makefile b/time/xonclock/Makefile index dbdb9176cca..340c3864e1f 100644 --- a/time/xonclock/Makefile +++ b/time/xonclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/02/06 12:41:47 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2012/04/13 23:33:34 hans Exp $ # DISTNAME= xonclock-0.0.9.4 @@ -16,6 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes LDFLAGS.DragonFly= -lm +LDFLAGS.SunOS+= -lm -lrt .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" |