Fix build on SunOS.
This commit is contained in:
parent
49a8c3c30b
commit
64171bdc74
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.12 2011/04/22 13:44:45 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2011/09/14 17:46:13 hans Exp $
|
||||
|
||||
DISTNAME= strigi-0.6.4
|
||||
PKGREVISION= 7
|
||||
|
@ -27,6 +27,8 @@ RT_LIB_SCHED= -lrt
|
|||
RT_LIB_SCHED= # empty
|
||||
.endif
|
||||
|
||||
LDFLAGS.SunOS+= -mimpure-text
|
||||
|
||||
CMAKE_ARGS+= -DENABLE_CPPUNIT=OFF
|
||||
.if !empty(RT_LIB_SCHED)
|
||||
# these use sched_setscheduler
|
||||
|
|
Loading…
Reference in a new issue