summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-05-25 13:44:54 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-05-25 13:44:54 +0000
commit0ecc64c809d3d6c6e02d447f918a67f28e0adee7 (patch)
tree73607146211164d35593e74afc4d7de97ba44bd6 /app-i18n/xsim/files
parentrewrite ebuild to fix db3, kde, config and paths issue (diff)
downloadhistorical-0ecc64c809d3d6c6e02d447f918a67f28e0adee7.tar.gz
historical-0ecc64c809d3d6c6e02d447f918a67f28e0adee7.tar.bz2
historical-0ecc64c809d3d6c6e02d447f918a67f28e0adee7.zip
rewrite ebuild to fix db3, kde, config and paths issue
Diffstat (limited to 'app-i18n/xsim/files')
-rw-r--r--app-i18n/xsim/files/digest-xsim-0.3.9.4-r11
-rw-r--r--app-i18n/xsim/files/xsim-0.3.9.4-db3.patch37
2 files changed, 38 insertions, 0 deletions
diff --git a/app-i18n/xsim/files/digest-xsim-0.3.9.4-r1 b/app-i18n/xsim/files/digest-xsim-0.3.9.4-r1
new file mode 100644
index 000000000000..828534bc83f4
--- /dev/null
+++ b/app-i18n/xsim/files/digest-xsim-0.3.9.4-r1
@@ -0,0 +1 @@
+MD5 645d68ee8c565c04782068c4546504d9 xsim-0.3.9.4.tar.gz 1025640
diff --git a/app-i18n/xsim/files/xsim-0.3.9.4-db3.patch b/app-i18n/xsim/files/xsim-0.3.9.4-db3.patch
new file mode 100644
index 000000000000..9f42962c4f78
--- /dev/null
+++ b/app-i18n/xsim/files/xsim-0.3.9.4-db3.patch
@@ -0,0 +1,37 @@
+--- xsim-0.3.9.4/configure 2002-10-24 19:53:57.000000000 +0100
++++ xsim-0.3.9.4a/configure 2003-05-24 22:32:41.000000000 +0100
+@@ -5223,21 +5223,20 @@
+ fi
+
+ for bdb_dir in $bdb_library_dirs; do
+- if test -r "$bdb_dir/libdb_cxx.so"; then
+- bdblibs="$bdb_dir"
+- bdblib="db_cxx"
+- break
+- fi
+- if test -r "$bdb_dir/libdb4_cxx.so"; then
+- bdblibs="$bdb_dir"
+- bdblib="db4_cxx"
+- break
+- fi
+- if test -r "$bdb_dir/libdb3_cxx.so"; then
+- bdblibs="$bdb_dir"
+- bdblib="db3_cxx"
+- break
++ if test "$bdb_version" = ">=3.2"; then
++ if test -r "$bdb_dir/libdb_cxx-3.so"; then
++ bdblibs="$bdb_dir"
++ bdblib="db_cxx-3"
++ break
++ fi
+ fi
++ if test "$bdb_version" = ">=4.1"; then
++ if test -r "$bdb_dir/libdb_cxx-4.1.so"; then
++ bdblibs="$bdb_dir"
++ bdblib="db_cxx-4.1"
++ break
++ fi
++ fi
+ done
+ fi
+