Fix build on an immaculate box.
spotted by jasper@ (my boxes are brown and dirty...)
This commit is contained in:
parent
64054a125c
commit
70a6e3dd56
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2010/04/29 15:46:30 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2010/04/29 17:06:39 ajacoutot Exp $
|
||||
|
||||
COMMENT= powerful desktop search tool and indexer
|
||||
|
||||
@ -7,7 +7,7 @@ GNOME_VERSION= 0.8.4
|
||||
|
||||
# there is already audio/tracker, so this port has to live
|
||||
# as tracker-search.
|
||||
PKGNAME= tracker-search-${VERSION}
|
||||
PKGNAME= tracker-search-${VERSION}p0
|
||||
|
||||
EVO_VERSION= 2.30
|
||||
SUBST_VARS= EVO_VERSION
|
||||
@ -69,7 +69,6 @@ DESKTOP_FILES= Yes
|
||||
MODPY_RUNDEP= No
|
||||
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--enable-id3lib \
|
||||
--enable-video-extractor=gstreamer \
|
||||
--enable-gdkpixbuf \
|
||||
--enable-gnome-keyring \
|
||||
@ -106,6 +105,9 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--disable-libiptcdata \
|
||||
--disable-libflac
|
||||
|
||||
# there is a check in configure, but no id3 plugin whatsoever in source
|
||||
CONFIGURE_ARGS+= --disable-id3lib
|
||||
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
EXEMPI_LIBS="`pkg-config --libs exempi-2.0` -lstdc++"
|
||||
|
Loading…
Reference in New Issue
Block a user