summaryrefslogtreecommitdiff
path: root/news/newscache/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'news/newscache/patches/patch-aa')
-rw-r--r--news/newscache/patches/patch-aa33
1 files changed, 33 insertions, 0 deletions
diff --git a/news/newscache/patches/patch-aa b/news/newscache/patches/patch-aa
new file mode 100644
index 00000000000..355fb4d0edb
--- /dev/null
+++ b/news/newscache/patches/patch-aa
@@ -0,0 +1,33 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/08/22 13:44:20 rh Exp $
+
+--- configure.orig Sat Jul 3 23:14:38 1999
++++ configure Sun Aug 22 13:34:41 1999
+@@ -1181,6 +1181,8 @@
+ /* We use char because int might match the return type of a gcc2
+ builtin and then its argument prototype would still apply. */
+ char hosts_ctl();
++int allow_severity;
++int deny_severity;
+
+ int main() {
+ hosts_ctl()
+@@ -1207,9 +1209,10 @@
+ #define $ac_tr_lib 1
+ EOF
+
+- LIBS="-lwrap $LIBS"
++ LIBWRAP="-lwrap"
+
+ else
++ LIBWRAP=""
+ echo "$ac_t""no" 1>&6
+ fi
+
+@@ -2361,6 +2364,7 @@
+ s%@DEFS@%$DEFS%g
+ s%@LDFLAGS@%$LDFLAGS%g
+ s%@LIBS@%$LIBS%g
++s%@LIBWRAP@%$LIBWRAP%g
+ s%@exec_prefix@%$exec_prefix%g
+ s%@prefix@%$prefix%g
+ s%@program_transform_name@%$program_transform_name%g