summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-04-13 23:33:34 +0000
committerhans <hans@pkgsrc.org>2012-04-13 23:33:34 +0000
commitab7719ac06ab39e2219c7a414c3b01666f402f9e (patch)
tree768e2f3d677f3402df942ba166cefa5f15801273 /time
parente7d054ae1bb89654b1e82a9f7afff943a575427a (diff)
downloadpkgsrc-ab7719ac06ab39e2219c7a414c3b01666f402f9e.tar.gz
Fix build on SunOS, link against -lm -lrt.
Diffstat (limited to 'time')
-rw-r--r--time/xonclock/Makefile3
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"