summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-04-13 23:29:10 +0000
committerhans <hans@pkgsrc.org>2012-04-13 23:29:10 +0000
commite7d054ae1bb89654b1e82a9f7afff943a575427a (patch)
tree7cdd250365aad7b02fd28ff18248e61bd043a6bb /sysutils
parent9e0e1ad32abe3459a3843ff83e1c52cd22d9fce2 (diff)
downloadpkgsrc-e7d054ae1bb89654b1e82a9f7afff943a575427a.tar.gz
Add -lrt to LDFLAGS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/strigi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/strigi/Makefile b/sysutils/strigi/Makefile
index 2ac19cd426d..69d51ec902f 100644
--- a/sysutils/strigi/Makefile
+++ b/sysutils/strigi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2012/03/03 00:13:59 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2012/04/13 23:29:10 hans Exp $
DISTNAME= strigi-0.6.4
PKGREVISION= 11
@@ -27,7 +27,7 @@ RT_LIB_SCHED= -lrt
RT_LIB_SCHED= # empty
.endif
-LDFLAGS.SunOS+= -mimpure-text
+LDFLAGS.SunOS+= -mimpure-text -lrt
CMAKE_ARGS+= -DENABLE_CPPUNIT=OFF
.if !empty(RT_LIB_SCHED)