diff --git a/multimedia/stream/radiotray-ng/actions.py b/multimedia/stream/radiotray-ng/actions.py index e42c6412d7..f8281bad6c 100644 --- a/multimedia/stream/radiotray-ng/actions.py +++ b/multimedia/stream/radiotray-ng/actions.py @@ -4,9 +4,10 @@ # Licensed under the GNU General Public License, version 3. # See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import cmaketools, pisitools, get +from pisi.actionsapi import cmaketools, pisitools, shelltools, get def setup(): + shelltools.system("sed -i 's:-Werror::' CMakeLists.txt") cmaketools.configure("-DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=OFF -L") def build():