freebsd-ports/deskutils/strigidaemon/Makefile
Raphael Kubo da Costa 9511187e86 Add an upstream patch that fixes the build with libc++ r224926.
The upstream commit is somewhat big, but we're mostly interested in the
change to XesamSearch::operator==(), which is necessary for fixing the build
with the upcoming version of libc++ that will be committed to base.

PR:		196603
2015-01-08 12:29:21 +00:00

21 lines
507 B
Makefile

# $FreeBSD$
PORTNAME= strigidaemon
PORTVERSION= ${STRIGI_VERSION}
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= ${STRIGI_MASTER_SITES}
MAINTAINER= kde@FreeBSD.org
COMMENT= Strigi desktop search: daemon
LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \
libstreams.so:${PORTSDIR}/deskutils/libstreams \
libstreamanalyzer.so:${PORTSDIR}/deskutils/libstreamanalyzer
USES= fam pkgconfig
USE_GNOME= libxml2
USE_LDCONFIG= yes
.include <${.CURDIR}/../strigi/Makefile.common>
.include <bsd.port.mk>