forked from pool/libsixel
* Some bugfixes and protective mechanisms - Drop static-libs.patch OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsixel?expand=0&rev=6
18 lines
578 B
Diff
18 lines
578 B
Diff
---
|
|
meson.build | 20 ++++++++++----------
|
|
1 file changed, 10 insertions(+), 10 deletions(-)
|
|
|
|
Index: libsixel-1.10.5/meson.build
|
|
===================================================================
|
|
--- libsixel-1.10.5.orig/meson.build
|
|
+++ libsixel-1.10.5/meson.build
|
|
@@ -25,7 +25,7 @@ if cc.compiles('''
|
|
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
|
__attribute__((deprecated)) void test(void) {}
|
|
''')
|
|
- conf_data.set('HAVE_DIAGNOSTIC_DEPRECATED_DECLARATIONS', true)
|
|
+ conf_data.set('HAVE_DIAGNOSTIC_DEPRECATED_DECLARATIONS', 1)
|
|
endif
|
|
|
|
c_args = [
|