summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wever <weeve@gentoo.org>2003-10-31 22:01:34 +0000
committerJason Wever <weeve@gentoo.org>2003-10-31 22:01:34 +0000
commit5f8689a1374cb962a7336d8d831c58a086705dc0 (patch)
tree9921494c872b706a1aab9ba3fe05f5980a383800 /net-misc/jigdo/files
parentcap => caps, consulted with a user who says `cap` might be misleading..e.g. b... (diff)
downloadhistorical-5f8689a1374cb962a7336d8d831c58a086705dc0.tar.gz
historical-5f8689a1374cb962a7336d8d831c58a086705dc0.tar.bz2
historical-5f8689a1374cb962a7336d8d831c58a086705dc0.zip
Added fix for bug #32029. Thanks to robbat2 :)
Diffstat (limited to 'net-misc/jigdo/files')
-rw-r--r--net-misc/jigdo/files/jigdo-gentoo-db3.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/jigdo/files/jigdo-gentoo-db3.patch b/net-misc/jigdo/files/jigdo-gentoo-db3.patch
new file mode 100644
index 000000000000..f3202d1a777f
--- /dev/null
+++ b/net-misc/jigdo/files/jigdo-gentoo-db3.patch
@@ -0,0 +1,11 @@
+--- src/cachefile.hh.orig 2003-10-31 16:17:58.000000000 -0500
++++ src/cachefile.hh 2003-10-31 16:18:17.000000000 -0500
+@@ -48,7 +48,7 @@
+ #include <time.h> /* for time_t */
+
+ #if HAVE_LIBDB
+-#include <db.h>
++#include <db3/db.h>
+ #include <stdlib.h> /* free() */
+ #include <string.h> /* memcpy(), memset() */
+