summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.h
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-22 16:47:15 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-22 16:47:15 +0000
commit84c8b8afd2f3a59ada16b56a1103614588f66ce1 (patch)
tree634baf76d4536c6ec25f9a5f1a8e4292faa82f8f /x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.h
parentTransfer maintainership to kris. This port proved too difficult to (diff)
Update to 0.2.1.
Diffstat (limited to 'x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.h')
-rw-r--r--x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.h b/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.h
deleted file mode 100644
index fc1be98e6ec1..000000000000
--- a/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- gtksourceview/gtksourceregex.h.orig Wed May 7 20:04:08 2003
-+++ gtksourceview/gtksourceregex.h Wed May 7 20:05:43 2003
-@@ -20,7 +20,7 @@
- #ifndef __GTK_SOURCE_REGEX_H__
- #define __GTK_SOURCE_REGEX_H__
-
--#include <regex.h>
-+#include <gnuregex.h>
- #include <glib/gtypes.h>
-
- G_BEGIN_DECLS