2022-02-18 23:13:03 +00:00
|
|
|
---
|
|
|
|
meson.build | 20 ++++++++++----------
|
|
|
|
1 file changed, 10 insertions(+), 10 deletions(-)
|
|
|
|
|
2025-02-27 20:28:21 +00:00
|
|
|
Index: libsixel-1.10.5/meson.build
|
2022-02-18 23:13:03 +00:00
|
|
|
===================================================================
|
2025-02-27 20:28:21 +00:00
|
|
|
--- libsixel-1.10.5.orig/meson.build
|
|
|
|
+++ libsixel-1.10.5/meson.build
|
|
|
|
@@ -25,7 +25,7 @@ if cc.compiles('''
|
2022-02-18 23:13:03 +00:00
|
|
|
#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 = [
|