summaryrefslogtreecommitdiff
path: root/x11-misc/wmakerconf/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /x11-misc/wmakerconf/files
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'x11-misc/wmakerconf/files')
-rw-r--r--x11-misc/wmakerconf/files/wmakerconf-2.12-glib-2.62.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-misc/wmakerconf/files/wmakerconf-2.12-glib-2.62.patch b/x11-misc/wmakerconf/files/wmakerconf-2.12-glib-2.62.patch
new file mode 100644
index 000000000000..422aa9e813a9
--- /dev/null
+++ b/x11-misc/wmakerconf/files/wmakerconf-2.12-glib-2.62.patch
@@ -0,0 +1,14 @@
+diff -Naur wmakerconf-2.12.orig/src/error.h wmakerconf-2.12/src/error.h
+--- wmakerconf-2.12.orig/src/error.h 2001-04-18 23:13:33.000000000 +0200
++++ wmakerconf-2.12/src/error.h 2020-03-07 23:21:51.336443663 +0100
+@@ -37,8 +37,8 @@
+ #define N_(string) (string)
+ /* I18n */
+
+-#define error error_line=__LINE__,error_file=__FILE__,_error
+-#define warning error_line=__LINE__,error_file=__FILE__,_warning
++#define error _error
++#define warning _warning
+ #define MAXSTRLEN 1024
+
+ #undef NO