Pass --disable-uninstalled-build to CONFIGURE_ARGS to prevent rhythmbox from

trying to load the desktop file from the build directory.
Cluestick from jmatthew@
This commit is contained in:
ajacoutot 2011-12-15 10:46:27 +00:00
parent 635985c62f
commit 73b486d6e9

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.91 2011/12/03 18:55:28 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.92 2011/12/15 10:46:27 ajacoutot Exp $
COMMENT= integrated music management application for GNOME
GNOME_PROJECT= rhythmbox
GNOME_VERSION= 2.90.1.4
REVISION= 2
REVISION= 3
SHARED_LIBS += rhythmbox-core 0.0 # .0.0
@ -123,7 +123,7 @@ do-configure:
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
env ${CONFIGURE_ENV} \
./autogen.sh ${CONFIGURE_ARGS} --disable-maintainer-mode \
--disable-silent-rules
--disable-silent-rules --disable-uninstalled-build
### end XXX ############################################################
.include <bsd.port.mk>