diff options
author | hans <hans@pkgsrc.org> | 2011-09-14 17:46:13 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-09-14 17:46:13 +0000 |
commit | 64171bdc7461f0df4a039271492780217a0406b4 (patch) | |
tree | c92eec425369220e3510cf0f8703168833e012b4 /sysutils/strigi/Makefile | |
parent | 49a8c3c30bde0c751495116262a0568e7ea0f6c0 (diff) | |
download | pkgsrc-64171bdc7461f0df4a039271492780217a0406b4.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'sysutils/strigi/Makefile')
-rw-r--r-- | sysutils/strigi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/strigi/Makefile b/sysutils/strigi/Makefile index 38b333eb414..c92340b0a8b 100644 --- a/sysutils/strigi/Makefile +++ b/sysutils/strigi/Makefile @@ -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 |