Author: atler Date: Thu Feb 3 12:44:24 2011 GMT Module: packages Tag: HEAD ---- Log message: - fix quote.h inclusion (fixes segfault on 64bit systems)
---- Files affected: packages/urlview: urlview-include.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/urlview/urlview-include.patch diff -u /dev/null packages/urlview/urlview-include.patch:1.1 --- /dev/null Thu Feb 3 13:44:25 2011 +++ packages/urlview/urlview-include.patch Thu Feb 3 13:44:19 2011 @@ -0,0 +1,11 @@ +--- urlview.c.orig 2011-02-03 13:32:50.329485003 +0100 ++++ urlview.c 2011-02-03 13:33:05.189485002 +0100 +@@ -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\n.,;<>\"\\):]" + #define DEFAULT_COMMAND "url_handler.sh %s" + #define SYSTEM_INITFILE "/etc/urlview.conf" ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
