diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-08-14 13:09:46 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-08-14 13:09:46 +0000 |
commit | 2fa93bbca7ceb150287b3ae86d9b7a831cece461 (patch) | |
tree | ce3130a4dc5efc97b90c2f0d8f6d91f107139b29 /app-crypt/xca/files | |
parent | stabilize for #102460 by Luca Scarsini (diff) | |
download | historical-2fa93bbca7ceb150287b3ae86d9b7a831cece461.tar.gz historical-2fa93bbca7ceb150287b3ae86d9b7a831cece461.tar.bz2 historical-2fa93bbca7ceb150287b3ae86d9b7a831cece461.zip |
bad db dpendancy include path fix. Bug #73955 and bug #94566
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-crypt/xca/files')
-rw-r--r-- | app-crypt/xca/files/configure-db.patch (renamed from app-crypt/xca/files/configure-db-4.1.patch) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/xca/files/configure-db-4.1.patch b/app-crypt/xca/files/configure-db.patch index 25a49773e7ef..05f10dde7466 100644 --- a/app-crypt/xca/files/configure-db-4.1.patch +++ b/app-crypt/xca/files/configure-db.patch @@ -5,7 +5,7 @@ ######################## DB -subdirs="/db /db4 /db3" -+subdirs="/db4.1 /db /db4 /db3" ++subdirs="/db4.?" search_includes db_cxx.h || err "The Berkeley DB header files were not found" search_lib db_cxx db4_cxx db_cxx-4 db3_cxx db_cxx-3 || err "The Berkeley DB library was not found. Try installing db-dev" ## The fun of NPTL... (Thx Enrico Scholz) |