diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-02-11 19:08:42 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-02-11 19:08:42 +0000 |
commit | 0334b4cfd9ece3bb8124f4ca3b2cffeb3c4d574b (patch) | |
tree | 589e5581123f73773f31de1f31256297567286ca /kde-base/noatun-plugins | |
parent | fix trailing whitespace (diff) | |
download | gentoo-2-0334b4cfd9ece3bb8124f4ca3b2cffeb3c4d574b.tar.gz gentoo-2-0334b4cfd9ece3bb8124f4ca3b2cffeb3c4d574b.tar.bz2 gentoo-2-0334b4cfd9ece3bb8124f4ca3b2cffeb3c4d574b.zip |
remove noatun-* ebuilds, replaced by noatun-plugins
Diffstat (limited to 'kde-base/noatun-plugins')
-rw-r--r-- | kde-base/noatun-plugins/files/noatun-oblique-db-location-3.4.0_beta2.diff | 24 |
1 files changed, 0 insertions, 24 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 deleted file mode 100644 index bf3f954f57af..000000000000 --- a/kde-base/noatun-plugins/files/noatun-oblique-db-location-3.4.0_beta2.diff +++ /dev/null @@ -1,24 +0,0 @@ ---- 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) -- -- |