summaryrefslogtreecommitdiff
path: root/editors/gnotepad/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gnotepad/patches/patch-ad')
-rw-r--r--editors/gnotepad/patches/patch-ad23
1 files changed, 0 insertions, 23 deletions
diff --git a/editors/gnotepad/patches/patch-ad b/editors/gnotepad/patches/patch-ad
deleted file mode 100644
index 54e5b30902d..00000000000
--- a/editors/gnotepad/patches/patch-ad
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2001/04/22 17:16:44 wiz Exp $
-
---- src/htmlview.h.orig Sat Dec 11 04:14:04 1999
-+++ src/htmlview.h
-@@ -27,6 +27,9 @@
- #include <stdio.h>
- #include "main.h"
- #include "doc.h"
-+#ifdef USE_GTKHTML
-+#include <gtkhtml/gtkhtml.h>
-+#endif
-
- typedef enum {
- HtmlViewXmHtml,
-@@ -47,7 +50,7 @@
- #endif
- #ifdef USE_GTKHTML
- extern void html_view_url_requested(GtkHTML *html, const char *url,
-- GtkHTMLStreamHandle handle, gpointer);
-+ GtkHTMLStream *handle, gpointer);
- #endif
-
- #ifdef __cplusplus