summaryrefslogtreecommitdiff
path: root/kde-base/kcalc/kcalc-4.3.65.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kcalc/kcalc-4.3.65.ebuild')
-rw-r--r--kde-base/kcalc/kcalc-4.3.65.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/kde-base/kcalc/kcalc-4.3.65.ebuild b/kde-base/kcalc/kcalc-4.3.65.ebuild
index 725054fb91b..6989ed326c1 100644
--- a/kde-base/kcalc/kcalc-4.3.65.ebuild
+++ b/kde-base/kcalc/kcalc-4.3.65.ebuild
@@ -16,3 +16,10 @@ DEPEND="
dev-libs/gmp
"
RDEPEND="${DEPEND}"
+
+src_prepare() {
+ kde4-meta_src_prepare
+
+ # Remove compile-time dep on LibKNotificationItem
+ sed -i -e '/LibKNotificationItem-1/s/^/#DONOTNEED /' CMakeLists.txt
+}