diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/strigi/Makefile | 4 |
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) |