diff options
Diffstat (limited to 'app-crypt/xca/files/configure-db.patch')
-rw-r--r-- | app-crypt/xca/files/configure-db.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-crypt/xca/files/configure-db.patch b/app-crypt/xca/files/configure-db.patch new file mode 100644 index 000000000000..05f10dde7466 --- /dev/null +++ b/app-crypt/xca/files/configure-db.patch @@ -0,0 +1,11 @@ +--- work/xca-0.5.2/configure 2004-04-23 10:22:57.000000000 +0200 ++++ work/xca-0.5.2/configure 2005-02-21 21:37:42.000000000 +0100 +@@ -94,7 +94,7 @@ + + + ######################## DB +-subdirs="/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) |