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 Darwin.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55da6a656fd2
branches:  trunk
changeset: 627857:55da6a656fd2
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Dec 16 12:07:20 2013 +0000

description:
Add -lclucene-shared on Darwin.

diffstat:

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

diffs (17 lines):

diff -r ccb4d8c5088d -r 55da6a656fd2 sysutils/strigi/Makefile
--- a/sysutils/strigi/Makefile  Mon Dec 16 11:59:56 2013 +0000
+++ b/sysutils/strigi/Makefile  Mon Dec 16 12:07:20 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2013/09/19 20:38:50 markd Exp $
+# $NetBSD: Makefile,v 1.41 2013/12/16 12:07:20 jperkin Exp $
 
 DISTNAME=      strigi-0.7.8
 PKGREVISION=   6
@@ -25,6 +25,7 @@
 RT_LIB_SCHED=  # empty
 .endif
 
+LDFLAGS.Darwin+=       -lclucene-shared
 LDFLAGS.DragonFly+=    -lclucene-shared
 
 CFLAGS.SunOS+= -DCMAKE_HAVE_PTHREAD_CREATE



Home | Main Index | Thread Index | Old Index