* [gentoo-commits] repo/gentoo:master commit in: app-i18n/multiskkserv/files/
@ 2022-08-07 13:46 Akinori Hattori
0 siblings, 0 replies; 2+ messages in thread
From: Akinori Hattori @ 2022-08-07 13:46 UTC (permalink / raw
To: gentoo-commits
commit: 93b10f0575b056a364b12a99fffc6a75618cc6d6
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 7 13:46:27 2022 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Aug 7 13:46:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b10f05
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 <AT> gentoo.org>
app-i18n/multiskkserv/files/multiskkserv-cdb.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/multiskkserv/files/
@ 2022-08-08 14:32 Akinori Hattori
0 siblings, 0 replies; 2+ messages in thread
From: Akinori Hattori @ 2022-08-08 14:32 UTC (permalink / raw
To: gentoo-commits
commit: 4cbba65e65c0a7eb68103a4c2d3a5e7570466e7c
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 8 14:31:28 2022 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Mon Aug 8 14:31:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cbba65e
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 <AT> gentoo.org>
app-i18n/multiskkserv/files/multiskkserv-cdb.patch | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-08 14:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-08 14:32 [gentoo-commits] repo/gentoo:master commit in: app-i18n/multiskkserv/files/ Akinori Hattori
-- strict thread matches above, loose matches on Subject: below --
2022-08-07 13:46 Akinori Hattori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox