summaryrefslogtreecommitdiffstats
path: root/development/regexxer/glib-single-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/regexxer/glib-single-include.patch')
-rw-r--r--development/regexxer/glib-single-include.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/development/regexxer/glib-single-include.patch b/development/regexxer/glib-single-include.patch
new file mode 100644
index 0000000000..7570e6b99c
--- /dev/null
+++ b/development/regexxer/glib-single-include.patch
@@ -0,0 +1,26 @@
+Index: regexxer-0.9/src/globalstrings.h
+===================================================================
+--- regexxer-0.9.orig/src/globalstrings.h
++++ regexxer-0.9/src/globalstrings.h
+@@ -21,7 +21,7 @@
+ #ifndef REGEXXER_GLOBALSTRINGS_H_INCLUDED
+ #define REGEXXER_GLOBALSTRINGS_H_INCLUDED
+
+-#include <glib/gutils.h> /* for G_DIR_SEPARATOR_S */
++#include <glib.h> /* for G_DIR_SEPARATOR_S */
+
+ namespace Regexxer
+ {
+Index: regexxer-0.9/src/translation.h
+===================================================================
+--- regexxer-0.9.orig/src/translation.h
++++ regexxer-0.9/src/translation.h
+@@ -21,7 +21,7 @@
+ #ifndef REGEXXER_TRANSLATION_H_INCLUDED
+ #define REGEXXER_TRANSLATION_H_INCLUDED
+
+-#include <glib/gmacros.h>
++#include <glib.h>
+ #include <glibmm/ustring.h>
+
+ #ifndef gettext_noop