diff options
| author | Florent Thoumie <flz@FreeBSD.org> | 2005-11-30 12:00:43 +0000 |
|---|---|---|
| committer | Florent Thoumie <flz@FreeBSD.org> | 2005-11-30 12:00:43 +0000 |
| commit | 3b920fcd6b569b94ad08020f392998faa20cb70a (patch) | |
| tree | 9c7d7bcbbff870a001817e660fdfaec6fde00c04 /textproc/urlview/files/patch-urlview.c | |
| parent | - Remove bzip2 from list of dependencies, (diff) | |
- Fix segfault on machines where sizeof(int) != sizeof(char *).
PR: ports/88729
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: maintainer timeout (2 weeks)
Diffstat (limited to '')
| -rw-r--r-- | textproc/urlview/files/patch-urlview.c | 11 |
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" |
