summaryrefslogtreecommitdiff
path: root/textproc/urlview/files/patch-urlview.c
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/urlview/files/patch-urlview.c')
-rw-r--r--textproc/urlview/files/patch-urlview.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/urlview/files/patch-urlview.c b/textproc/urlview/files/patch-urlview.c
new file mode 100644
index 000000000000..84fd37140483
--- /dev/null
+++ b/textproc/urlview/files/patch-urlview.c
@@ -0,0 +1,11 @@
+--- urlview.c.orig Wed Nov 9 15:34:39 2005
++++ urlview.c Wed Nov 9 15:35:06 2005
+@@ -46,6 +46,8 @@
+ #include <rx/rxposix.h>
+ #endif
+
++#include "quote.h"
++
+ #define DEFAULT_REGEXP "(((https?|ftp|gopher)://|(mailto|file|news):)[^' \t<>\"]+|(www|web|w3)\\.[-a-z0-9.]+)[^' \t.,;<>\"\\):]"
+ #define DEFAULT_COMMAND "url_handler.sh %s"
+ #define SYSTEM_INITFILE "/usr/local/etc/urlview.conf"