diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-07-03 20:59:55 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-07-03 20:59:55 +0000 |
commit | 037c25243f98d7d0360839f28c35672e646cfa15 (patch) | |
tree | abef0d1c352ea0c6fa80f8974b4ddf300fd6a3c6 /www/links1/files/patch-default.c | |
parent | Add a dependancy on libiconv, BUT ONLY do it if libiconv is already installed. (diff) |
Put links-0.97 back as links1. This corresponds to www/links port as of
27.06.2002. links-2 is not fully compatible with links-0.97 and this
breaks doc builds.
Diffstat (limited to 'www/links1/files/patch-default.c')
-rw-r--r-- | www/links1/files/patch-default.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/links1/files/patch-default.c b/www/links1/files/patch-default.c new file mode 100644 index 000000000000..5ccd03bad611 --- /dev/null +++ b/www/links1/files/patch-default.c @@ -0,0 +1,11 @@ +--- default.c.orig Sun May 19 20:12:20 2002 ++++ default.c Sun May 19 20:12:23 2002 +@@ -267,7 +267,7 @@ + get_system_name(); + links_home = get_home(&first_use); + if (!links_home) { +- fprintf(stderr, "Unable to find or create links config directory. Please check, that you have $HOME variable set correctly and that you have write permission to your home directory.\n\007"); ++ fprintf(stderr, "Unable to find or create links config directory. Please check, that you have $HOME variable set correctly and that you have write permission to your home directory.\n"); + sleep(3); + return; + } |