[yad] patch: fix-undef-ref.patch

Elder Marco eldermarco at fedoraproject.org
Sun Mar 15 15:22:36 UTC 2015


commit 8f82400316aa8c3bece50b51dee0a42e5c8d3cfa
Author: Elder Marco <eldermarco at gmail.com>
Date:   Sun Mar 15 12:22:28 2015 -0300

    patch: fix-undef-ref.patch

 fix-undef-ref.patch | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
---
diff --git a/fix-undef-ref.patch b/fix-undef-ref.patch
new file mode 100644
index 0000000..86cce5a
--- /dev/null
+++ b/fix-undef-ref.patch
@@ -0,0 +1,16 @@
+diff --git a/src/yad.h b/src/yad.h
+index 5a3b7b8..f9e133c 100644
+--- a/src/yad.h
++++ b/src/yad.h
+@@ -487,11 +487,7 @@ void write_settings (void);
+ 
+ GdkPixbuf *get_pixbuf (gchar * name, YadIconSize size);
+ 
+-#ifdef __clang__
+ extern inline void strip_new_line (gchar * str);
+-#else
+-inline void strip_new_line (gchar * str);
+-#endif
+ 
+ gchar **split_arg (const gchar * str);
+ 


More information about the scm-commits mailing list