pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/strigi Add -lclucene-shared on NetBSD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4128c701484
branches:  trunk
changeset: 641853:a4128c701484
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Wed Nov 19 21:01:32 2014 +0000

description:
Add -lclucene-shared on NetBSD.

diffstat:

 sysutils/strigi/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2027c6276f83 -r a4128c701484 sysutils/strigi/Makefile
--- a/sysutils/strigi/Makefile  Wed Nov 19 15:36:26 2014 +0000
+++ b/sysutils/strigi/Makefile  Wed Nov 19 21:01:32 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2014/11/07 19:39:26 adam Exp $
+# $NetBSD: Makefile,v 1.46 2014/11/19 21:01:32 jmcneill Exp $
 
 DISTNAME=      strigi-0.7.8
 PKGREVISION=   10
@@ -27,6 +27,7 @@
 
 LDFLAGS.Darwin+=       -lclucene-shared
 LDFLAGS.DragonFly+=    -lclucene-shared
+LDFLAGS.NetBSD+=       -lclucene-shared
 
 CFLAGS.SunOS+= -DCMAKE_HAVE_PTHREAD_CREATE
 LDFLAGS.SunOS+=        -mimpure-text -lrt -lsocket -lclucene-shared



Home | Main Index | Thread Index | Old Index