diff options
author | hans <hans> | 2011-09-14 17:46:13 +0000 |
---|---|---|
committer | hans <hans> | 2011-09-14 17:46:13 +0000 |
commit | 6e56ffc9f6aa943f80754177d959095c539fd148 (patch) | |
tree | c92eec425369220e3510cf0f8703168833e012b4 /sysutils | |
parent | d32919eef30924fd3592c09ee2e8a24a8b33aec5 (diff) | |
download | pkgsrc-6e56ffc9f6aa943f80754177d959095c539fd148.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'sysutils')
-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 |