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 @@
1Index: regexxer-0.9/src/globalstrings.h
2===================================================================
3--- regexxer-0.9.orig/src/globalstrings.h
4+++ regexxer-0.9/src/globalstrings.h
5@@ -21,7 +21,7 @@
6 #ifndef REGEXXER_GLOBALSTRINGS_H_INCLUDED
7 #define REGEXXER_GLOBALSTRINGS_H_INCLUDED
8
9-#include <glib/gutils.h> /* for G_DIR_SEPARATOR_S */
10+#include <glib.h> /* for G_DIR_SEPARATOR_S */
11
12 namespace Regexxer
13 {
14Index: regexxer-0.9/src/translation.h
15===================================================================
16--- regexxer-0.9.orig/src/translation.h
17+++ regexxer-0.9/src/translation.h
18@@ -21,7 +21,7 @@
19 #ifndef REGEXXER_TRANSLATION_H_INCLUDED
20 #define REGEXXER_TRANSLATION_H_INCLUDED
21
22-#include <glib/gmacros.h>
23+#include <glib.h>
24 #include <glibmm/ustring.h>
25
26 #ifndef gettext_noop