diff options
Diffstat (limited to 'www/arena/patches/patch-ab')
-rw-r--r-- | www/arena/patches/patch-ab | 46 |
1 files changed, 43 insertions, 3 deletions
diff --git a/www/arena/patches/patch-ab b/www/arena/patches/patch-ab index f11e1fb0b37..67a6fde4e24 100644 --- a/www/arena/patches/patch-ab +++ b/www/arena/patches/patch-ab @@ -1,6 +1,7 @@ -$NetBSD: patch-ab,v 1.1 1998/09/15 05:38:45 garbled Exp $ ---- configure.orig Mon Sep 14 20:20:15 1998 -+++ configure Mon Sep 14 20:20:28 1998 +$NetBSD: patch-ab,v 1.2 1999/10/14 07:27:35 fredb Exp $ + +--- configure.orig Wed Nov 25 05:21:07 1998 ++++ configure Sun Oct 10 12:01:16 1999 @@ -2517,7 +2517,7 @@ # LibWWW_headers="WWWLib.h WWWApp.h WWWFile.h WWWHTTP.h WWWMIME.h WWWNews.h WWWTrans.h" @@ -10,3 +11,42 @@ $NetBSD: patch-ab,v 1.1 1998/09/15 05:38:45 garbled Exp $ # +@@ -2853,22 +2853,22 @@ + # + # If not all defined yet, then we've failed with it. + # +- if eval ${libwww_not_defined_yet} ; +- then +- ac_path_libwww=missing +- libwww_dir="" +- libwww_version="" +- libwww_distribution="" +- libwww_library_dir="" +- libwww_include="" +- libwww_config_h_dir="" +- libwww_suffix="" +- libwww_library="" +- libwww_make_dir="" +- libwww_make_target="" +- echo "$ac_t""no" 1>&6 +- { echo "configure: error: Cannot find W3C libwww. Do worry! Arena cannot be built." 1>&2; exit 1; } +- fi ++# if eval ${libwww_not_defined_yet} ; ++# then ++# ac_path_libwww=missing ++# libwww_dir="" ++# libwww_version="" ++# libwww_distribution="" ++# libwww_library_dir="" ++# libwww_include="" ++# libwww_config_h_dir="" ++# libwww_suffix="" ++# libwww_library="" ++# libwww_make_dir="" ++# libwww_make_target="" ++# echo "$ac_t""no" 1>&6 ++# { echo "configure: error: Cannot find W3C libwww. Do worry! Arena cannot be built." 1>&2; exit 1; } ++# fi + # + # If we get managed to reach this point, + # then all the libwww stuff has been already found. |