diff options
author | Ricardo Wurmus <[email protected]> | 2023-02-07 11:09:42 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2023-02-07 11:09:42 +0100 |
commit | e8f4ce74280f035c2224875602bb06e3b59ed746 (patch) | |
tree | da7fa46701926fddc13c8bc87eea89dc3a727655 /gnu/packages/patches/azr3-remove-lash.patch | |
parent | fb3dfff677e5610897fd0154d764aa9ec208c2e3 (diff) |
gnu: azr3: Update to 1.2.3-1.3391a0a.
* gnu/packages/audio.scm (azr3): Update to 1.2.3-1.3391a0a.
[arguments]: Replace bootstrap phase.
* gnu/packages/patches/azr3-remove-lash.patch,
gnu/packages/patches/azr3.patch: Update patches.
Diffstat (limited to 'gnu/packages/patches/azr3-remove-lash.patch')
-rw-r--r-- | gnu/packages/patches/azr3-remove-lash.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/patches/azr3-remove-lash.patch b/gnu/packages/patches/azr3-remove-lash.patch index d62bd1e93c..d5d481c5dd 100644 --- a/gnu/packages/patches/azr3-remove-lash.patch +++ b/gnu/packages/patches/azr3-remove-lash.patch @@ -19,7 +19,7 @@ index 7c9f4f0..f82ba75 100644 textbox.hpp textbox.cpp azr3_SOURCEDIR = azr3 -azr3_CFLAGS = `pkg-config --cflags gtkmm-2.4 jack lash-1.0` -DDATADIR=\"$(pkgdatadir)\" --azr3_LDFLAGS = `pkg-config --libs gtkmm-2.4 jack lash-1.0` +-azr3_LDFLAGS = `pkg-config --libs gtkmm-2.4 jack lash-1.0` -lpthread +azr3_CFLAGS = `pkg-config --cflags gtkmm-2.4 jack` -DDATADIR=\"$(pkgdatadir)\" +azr3_LDFLAGS = `pkg-config --libs gtkmm-2.4 jack` -lpthread azr3_cpp_CFLAGS = $(shell if pkg-config --atleast-version=0.107 jack ; then echo -include azr3/newjack.hpp; fi) |