summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c')
-rw-r--r--x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c b/x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c
new file mode 100644
index 000000000..3cc9f9eab
--- /dev/null
+++ b/x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c
@@ -0,0 +1,11 @@
+--- gtksourceview/gtksourceregex.c.orig Thu May 22 12:41:03 2003
++++ gtksourceview/gtksourceregex.c Thu May 22 12:41:31 2003
+@@ -28,7 +28,7 @@
+
+ #ifdef NATIVE_GNU_REGEX
+ #include <sys/types.h>
+-#include <regex.h>
++#include <gnuregex.h>
+ #else
+ #include "gnu-regex/regex.h"
+ #endif