summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2022-08-08 23:31:28 +0900
committerAkinori Hattori <hattya@gentoo.org>2022-08-08 23:31:28 +0900
commit4cbba65e65c0a7eb68103a4c2d3a5e7570466e7c (patch)
tree8bc971c828e228d360ecb33eede413f54f8c8bc4 /app-i18n
parentdev-python/botocore: Remove old (diff)
downloadgentoo-4cbba65e65c0a7eb68103a4c2d3a5e7570466e7c.tar.gz
gentoo-4cbba65e65c0a7eb68103a4c2d3a5e7570466e7c.tar.bz2
gentoo-4cbba65e65c0a7eb68103a4c2d3a5e7570466e7c.zip
app-i18n/multiskkserv: fix build with dev-db/tinycdb
Closes: https://bugs.gentoo.org/864295 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/multiskkserv/files/multiskkserv-cdb.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-i18n/multiskkserv/files/multiskkserv-cdb.patch b/app-i18n/multiskkserv/files/multiskkserv-cdb.patch
index 8f7c85000883..401e8d1cf78f 100644
--- a/app-i18n/multiskkserv/files/multiskkserv-cdb.patch
+++ b/app-i18n/multiskkserv/files/multiskkserv-cdb.patch
@@ -1,6 +1,6 @@
--- a/configure.in
+++ b/configure.in
-@@ -126,19 +126,38 @@
+@@ -126,19 +126,39 @@
fi
done
else
@@ -15,6 +15,7 @@
+ if test -f "$with_cdb/$i/cdb.h"; then
+ CDB_DIR="$with_cdb"
+ CDB_INCLUDES="-I$with_cdb/$i"
++ available_cdb="yes"
+ if test -f "$with_cdb/$i/uint32.h"; then
+ for l in lib64 lib32 lib; do
+ available_cdb="yes"