From 715011fc5666dcbbe767bcbbb25eee4eb1f4ce78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Sat, 20 Jun 2020 22:17:08 +0200 Subject: [PATCH] guitarix2: build with waf3 --- srcpkgs/guitarix2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/guitarix2/template b/srcpkgs/guitarix2/template index 90d676554c8..95c6253c8da 100644 --- a/srcpkgs/guitarix2/template +++ b/srcpkgs/guitarix2/template @@ -3,7 +3,7 @@ pkgname=guitarix2 version=0.39.0 revision=1 wrksrc="guitarix-${version}" -build_style=waf +build_style=waf3 configure_args="--cxxflags-release=-DNDEBUG --ladspa --new-ladspa --no-faust $(vopt_if avahi '' '--no-avahi') $(vopt_if bluez '' '--no-bluez')" make_build_args="--progress"