summaryrefslogtreecommitdiff
path: root/kde-base/libkcddb/libkcddb-4.3.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/libkcddb/libkcddb-4.3.1.ebuild')
-rw-r--r--kde-base/libkcddb/libkcddb-4.3.1.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/kde-base/libkcddb/libkcddb-4.3.1.ebuild b/kde-base/libkcddb/libkcddb-4.3.1.ebuild
index 6a4f8cc0189..dec2d79ecc1 100644
--- a/kde-base/libkcddb/libkcddb-4.3.1.ebuild
+++ b/kde-base/libkcddb/libkcddb-4.3.1.ebuild
@@ -21,6 +21,12 @@ RDEPEND="${DEPEND}"
KMSAVELIBS="true"
+src_prepare() {
+ kde4-meta_src_prepare
+
+ # Remove compile-time dep on LibKNotificationItem
+ sed -i -e '/LibKNotificationItem-1/s/^/#DONOTNEED /' CMakeLists.txt
+}
src_configure() {
mycmakeargs="${mycmakeargs}
$(cmake-utils_use_with musicbrainz MusicBrainz)"