diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2003-10-20 12:23:26 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2003-10-20 12:23:26 +0000 |
commit | 25ba1ef635fdc39d0d94f451271a717911ae98c7 (patch) | |
tree | 9181c82a88cdaabffdadc4c317808aec282b8004 /net-misc | |
parent | Fixed infinite loop when econf is invoked. (diff) | |
download | gentoo-2-25ba1ef635fdc39d0d94f451271a717911ae98c7.tar.gz gentoo-2-25ba1ef635fdc39d0d94f451271a717911ae98c7.tar.bz2 gentoo-2-25ba1ef635fdc39d0d94f451271a717911ae98c7.zip |
*** empty log message ***
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/urlview/files/no-trailing-newline.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/urlview/files/no-trailing-newline.patch b/net-misc/urlview/files/no-trailing-newline.patch new file mode 100644 index 000000000000..8a6859f2ccfe --- /dev/null +++ b/net-misc/urlview/files/no-trailing-newline.patch @@ -0,0 +1,11 @@ +--- urlview.c 2000-07-04 11:14:30.000000000 +0100 ++++ urlview.no-trailing-newline.c 2003-09-06 11:07:02.000000000 +0100 +@@ -46,7 +46,7 @@ + #include <rx/rxposix.h> + #endif + +-#define DEFAULT_REGEXP "(((https?|ftp|gopher)://|(mailto|file|news):)[^' \t<>\"]+|(www|web|w3)\\.[-a-z0-9.]+)[^' \t.,;<>\"\\):]" ++#define DEFAULT_REGEXP "(((https?|ftp|gopher)://|(mailto|file|news):)[^' \t<>\"]+|(www|web|w3)\\.[-a-z0-9.]+)[^' \n\t.,;<>\"\\):]" + #define DEFAULT_COMMAND "url_handler.sh %s" + #define SYSTEM_INITFILE "/etc/urlview.conf" + |