summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorhans <hans>2012-04-13 23:33:34 +0000
committerhans <hans>2012-04-13 23:33:34 +0000
commit5d943638c06cad4b5820268eac181445c9253c60 (patch)
tree768e2f3d677f3402df942ba166cefa5f15801273 /time
parent82c9a3b71ff060c61a74947f3511b934a3ed2d11 (diff)
downloadpkgsrc-5d943638c06cad4b5820268eac181445c9253c60.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"