summaryrefslogtreecommitdiff
path: root/net/gift-openft/patches/patch-ab
blob: 798482c6b379eaa10c3b9721c049a5c8785c6d25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ab,v 1.3 2010/06/02 13:10:05 adam Exp $

--- src/ft_search_db.h.orig	2010-06-02 06:12:21.000000000 +0000
+++ src/ft_search_db.h
@@ -77,6 +77,9 @@
 /*****************************************************************************/
 
 #ifdef USE_LIBDB
+# ifdef HAVE_DB5_DB_H
+#  include <db5/db.h>
+# endif
 # ifdef HAVE_DB4_DB_H
 #  include <db4/db.h>
 # endif