diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-08 00:34:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-08 00:34:09 +0000 |
commit | d22e617995259c970604ecb95987596011fcab19 (patch) | |
tree | af804fe6ae63af80be9abbb30f08ca1dc55815a9 /x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.h | |
parent | Remove gtksourceview. (diff) |
Re-add gtksourceview under the x11-toolkits category. Gtksourceview is
an editor component that adds syntax highlighting support to the default
GtkTextView widget.
Notes
Notes:
svn path=/head/; revision=80408
Diffstat (limited to 'x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.h')
-rw-r--r-- | x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.h b/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.h new file mode 100644 index 000000000000..fc1be98e6ec1 --- /dev/null +++ b/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.h @@ -0,0 +1,11 @@ +--- 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 |