summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2022-08-07 22:46:27 +0900
committerAkinori Hattori <hattya@gentoo.org>2022-08-07 22:46:27 +0900
commit93b10f0575b056a364b12a99fffc6a75618cc6d6 (patch)
tree052855ead9201ca0ff26f9a4fc24815e8942838c
parentapp-i18n/multiskkserv: update HOMEPAGE and SRC_URI (diff)
downloadgentoo-93b10f0575b056a364b12a99fffc6a75618cc6d6.tar.gz
gentoo-93b10f0575b056a364b12a99fffc6a75618cc6d6.tar.bz2
gentoo-93b10f0575b056a364b12a99fffc6a75618cc6d6.zip
app-i18n/multiskkserv: fix build with dev-db/cdb
Closes: https://bugs.gentoo.org/862351 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
-rw-r--r--app-i18n/multiskkserv/files/multiskkserv-cdb.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-i18n/multiskkserv/files/multiskkserv-cdb.patch b/app-i18n/multiskkserv/files/multiskkserv-cdb.patch
index c6f0da50309e..8f7c85000883 100644
--- a/app-i18n/multiskkserv/files/multiskkserv-cdb.patch
+++ b/app-i18n/multiskkserv/files/multiskkserv-cdb.patch
@@ -15,9 +15,9 @@
+ 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"
+ for a in cdb.a alloc.a buffer.a byte.a unix.a; do
+ if test -f "$with_cdb/$l/$a"; then
+ LIBADD_CDB="$LIBADD_CDB $with_cdb/$l/$a"