libgtksourceview1/libgtksourceview1-1.8.5-build-fix.patch

16 lines
395 B
Diff
Raw Normal View History

--- gtksourceview-1.8.5/gtksourceview/gtksourceregex.c.orig 2013-07-11 01:04:55.514801451 +0200
+++ gtksourceview-1.8.5/gtksourceview/gtksourceregex.c 2013-07-11 01:06:13.305915128 +0200
@@ -26,12 +26,7 @@
#include <stdlib.h>
#include <glib.h>
-#ifdef NATIVE_GNU_REGEX
-#include <sys/types.h>
-#include <regex.h>
-#else
#include "gnu-regex/regex.h"
-#endif
#include "gtksourceregex.h"