summaryrefslogtreecommitdiff
path: root/www/htdig/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'www/htdig/patches/patch-ad')
-rw-r--r--www/htdig/patches/patch-ad21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/htdig/patches/patch-ad b/www/htdig/patches/patch-ad
new file mode 100644
index 00000000000..4bfe855fd3f
--- /dev/null
+++ b/www/htdig/patches/patch-ad
@@ -0,0 +1,21 @@
+$NetBSD: patch-ad,v 1.1 1999/09/23 01:33:30 fredb Exp $
+
+--- configure.in.orig Wed Apr 21 21:47:53 1999
++++ configure.in Tue Sep 21 15:43:57 1999
+@@ -64,6 +64,7 @@
+ AC_AIX
+
+ dnl Checks for libraries.
++AC_CHECK_LIB(db2, db_appinit)
+ AC_CHECK_LIB(socket, socket)
+ AC_CHECK_LIB(nsl, t_accept)
+ if test $WITH_ZLIB = yes; then
+@@ -140,7 +141,7 @@
+ if test ! -d "./db"; then
+ mkdir db
+ fi
+-AC_CONFIG_SUBDIRS(db/dist)
++dnl AC_CONFIG_SUBDIRS(db/dist)
+
+ AC_OUTPUT(CONFIG Makefile Makefile.config htcommon/Makefile htlib/Makefile htdig/Makefile htmerge/Makefile htnotify/Makefile htfuzzy/Makefile htsearch/Makefile makedp, chmod +x makedp, echo timestamp > stamp-h)
+