summaryrefslogtreecommitdiff
path: root/www/gtkhtml38/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/gtkhtml38/files')
-rw-r--r--www/gtkhtml38/files/patch-src::htmlsearch.h14
-rw-r--r--www/gtkhtml38/files/patch-src::htmltext.c14
2 files changed, 0 insertions, 28 deletions
diff --git a/www/gtkhtml38/files/patch-src::htmlsearch.h b/www/gtkhtml38/files/patch-src::htmlsearch.h
deleted file mode 100644
index f4a96db5ce60..000000000000
--- a/www/gtkhtml38/files/patch-src::htmlsearch.h
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- src/htmlsearch.h 2002/03/25 14:12:56 1.1
-+++ src/htmlsearch.h 2002/03/25 14:13:16
-@@ -24,7 +24,7 @@
- #define _HTML_SEARCH_H_
-
- #include <sys/types.h>
--#include <regex.h>
-+#include <gnuregex.h>
- #include "htmltypes.h"
-
- struct _HTMLSearch {
diff --git a/www/gtkhtml38/files/patch-src::htmltext.c b/www/gtkhtml38/files/patch-src::htmltext.c
deleted file mode 100644
index 0cfe711701ba..000000000000
--- a/www/gtkhtml38/files/patch-src::htmltext.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- src/htmltext.c 2002/03/25 14:12:56 1.1
-+++ src/htmltext.c 2002/03/25 14:13:10
-@@ -25,7 +25,7 @@
- #include <stdio.h>
- #include <string.h>
- #include <sys/types.h>
--#include <regex.h>
-+#include <gnuregex.h>
- #include <gal/widgets/e-unicode.h>
-
- #include "htmltext.h"