summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2005-02-12 15:40:10 +0000
committerDan Armak <danarmak@gentoo.org>2005-02-12 15:40:10 +0000
commit410a18bc1418e6a6326ae75dd5e5811e1d930338 (patch)
tree610143fbc6f913e8a910a343dfe692e67eb97f07 /kde-base
parentVersion bump. (diff)
downloadgentoo-2-410a18bc1418e6a6326ae75dd5e5811e1d930338.tar.gz
gentoo-2-410a18bc1418e6a6326ae75dd5e5811e1d930338.tar.bz2
gentoo-2-410a18bc1418e6a6326ae75dd5e5811e1d930338.zip
deleted patchfile by accident, re-adding. bug 81729
(Portage version: 2.0.51-r15)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/noatun-plugins/files/noatun-oblique-db-location-3.4.0_beta2.diff24
1 files changed, 24 insertions, 0 deletions
diff --git a/kde-base/noatun-plugins/files/noatun-oblique-db-location-3.4.0_beta2.diff b/kde-base/noatun-plugins/files/noatun-oblique-db-location-3.4.0_beta2.diff
new file mode 100644
index 000000000000..bf3f954f57af
--- /dev/null
+++ b/kde-base/noatun-plugins/files/noatun-oblique-db-location-3.4.0_beta2.diff
@@ -0,0 +1,24 @@
+--- noatun-plugins/oblique/configure.in.in.orig 2004-10-09 11:41:38.000000000 +0200
++++ noatun-plugins/oblique/configure.in.in 2005-02-11 20:29:38.760533256 +0200
+@@ -1,19 +1,4 @@
+-
+-AC_MSG_CHECKING(for Berkeley DB++)
+-berkeley_db=no
+-AC_LANG_PUSH(C++)
+-AC_TRY_COMPILE([
+- #include <db_cxx.h>
+- ],[
+- ],[
+- berkeley_db=yes
+- ])
+-AC_MSG_RESULT($berkeley_db)
+-AC_DEFINE(BERKELEY_DB,1,[Define if you have Berkeley DB++ installed])
+-BERKELEY_DB_LIBS="-ldb_cxx"
++berkeley_db=yes
++BERKELEY_DB_LIBS="-ldb_cxx-4.2"
+ AC_SUBST(BERKELEY_DB_LIBS)
+-AC_LANG_POP(C++)
+-
+ AM_CONDITIONAL(include_BERKELEY_DB, test "$berkeley_db" = yes)
+-
+-