summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtksourceview2/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtksourceview2/files')
-rw-r--r--x11-toolkits/gtksourceview2/files/patch-configure10
-rw-r--r--x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c11
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-toolkits/gtksourceview2/files/patch-configure b/x11-toolkits/gtksourceview2/files/patch-configure
new file mode 100644
index 000000000..6718d62e1
--- /dev/null
+++ b/x11-toolkits/gtksourceview2/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Tue Dec 17 05:27:57 2002
++++ configure Sun Dec 22 17:31:25 2002
+@@ -7270,6 +7270,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
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