Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/multiskkserv/files/
Date: Sun, 07 Aug 2022 13:46:59
Message-Id: 1659879987.93b10f0575b056a364b12a99fffc6a75618cc6d6.hattya@gentoo
1 commit: 93b10f0575b056a364b12a99fffc6a75618cc6d6
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 7 13:46:27 2022 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 7 13:46:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b10f05
7
8 app-i18n/multiskkserv: fix build with dev-db/cdb
9
10 Closes: https://bugs.gentoo.org/862351
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
13
14 app-i18n/multiskkserv/files/multiskkserv-cdb.patch | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-i18n/multiskkserv/files/multiskkserv-cdb.patch b/app-i18n/multiskkserv/files/multiskkserv-cdb.patch
18 index c6f0da50309e..8f7c85000883 100644
19 --- a/app-i18n/multiskkserv/files/multiskkserv-cdb.patch
20 +++ b/app-i18n/multiskkserv/files/multiskkserv-cdb.patch
21 @@ -15,9 +15,9 @@
22 + if test -f "$with_cdb/$i/cdb.h"; then
23 + CDB_DIR="$with_cdb"
24 + CDB_INCLUDES="-I$with_cdb/$i"
25 -+ available_cdb="yes"
26 + if test -f "$with_cdb/$i/uint32.h"; then
27 + for l in lib64 lib32 lib; do
28 ++ available_cdb="yes"
29 + for a in cdb.a alloc.a buffer.a byte.a unix.a; do
30 + if test -f "$with_cdb/$l/$a"; then
31 + LIBADD_CDB="$LIBADD_CDB $with_cdb/$l/$a"