Explicitly disable avahi and pulseaudio for now. Noted by Matthias Drochner

This commit is contained in:
Mark Davies 2009-01-28 19:38:18 +00:00 committed by Thomas Klausner
parent d7d819853d
commit 74cca96801
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2009/01/14 10:51:53 mwdavies Exp $
# $NetBSD: Makefile,v 1.10 2009/01/28 19:38:18 mwdavies Exp $
DISTNAME= kdebase-runtime-${_KDE_VERSION}
CATEGORIES= x11
@ -9,6 +9,7 @@ COMMENT= Runtime requirements for the KDE integrated X11 desktop
PKG_DESTDIR_SUPPORT= user-destdir
# BUILD_MAKE_FLAGS+= VERBOSE=1
CMAKE_ARGS+= -DWITH_PulseAudio:BOOL=off
DEPENDS+= htdig>=3.2.0:../../www/htdig-devel
# DEPENDS+= xine-xcb>=1.1.9:../../wip/xine-xcb

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2009/01/14 10:51:54 mwdavies Exp $
# $NetBSD: Makefile,v 1.20 2009/01/28 19:38:18 mwdavies Exp $
DISTNAME= kdelibs-${_KDE_VERSION}
CATEGORIES= x11
@ -20,6 +20,7 @@ CMAKE_DEPENDENCIES_REWRITE+= _KDE_build/KDELibsDependenciesInternal.cmake
CMAKE_MODULE_PATH_OVERRIDE+= kjsembed/qtonly/CMakeLists.txt
CMAKE_ARGS+= -DKDE_DISTRIBUTION_TEXT:STRING="NetBSD pkgsrc"
CMAKE_ARGS+= -DWITH_Avahi:BOOL=off
MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/menus
CONF_FILES+= ${PREFIX}/share/examples/kdelibs4/applications.menu \