Merge pull request #1612 from ertugerata/master
speech-dispatcher work for unused fix
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
+1
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user