From 748ef6349a9ecbe027d07910f578568b43aa0197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Mon, 11 Apr 2016 11:40:14 +0300 Subject: [PATCH 1/2] update --- need_build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/need_build b/need_build index f04b163b9e..27427ee024 100644 --- a/need_build +++ b/need_build @@ -7,7 +7,5 @@ multimedia/sound/speech-dispatcher network/web/chromium-browser office/libreoffice/libreoffice - -* Packages that needs compiling - desktop/kde/plasma/khelpcenter (1 > 13) + util/misc/krusader From db0b9135933d35364ecadc6354bfa70534a31675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Mon, 11 Apr 2016 14:40:34 +0300 Subject: [PATCH 2/2] add for unused --- multimedia/sound/speech-dispatcher/actions.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/multimedia/sound/speech-dispatcher/actions.py b/multimedia/sound/speech-dispatcher/actions.py index 00811603f1..e916d7dd28 100644 --- a/multimedia/sound/speech-dispatcher/actions.py +++ b/multimedia/sound/speech-dispatcher/actions.py @@ -12,6 +12,7 @@ from pisi.actionsapi import shelltools def setup(): shelltools.system("sed -i 's/cicero //g' configure.ac") shelltools.system("sed -i 's/sd_cicero//g' src/modules/Makefile.am") + autotools.autoreconf("-i") autotools.configure("--disable-static \ --enable-shared \ @@ -22,6 +23,8 @@ def setup(): --with-pulse \ --with-default-audio-method=alsa") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + def build(): autotools.make()