summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-06-14 22:29:12 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-06-14 22:29:12 +0000
commitccc32f4948db3b15d213b65687c8ebc4e8a632ec (patch)
tree72b1abce495e8ffaeb2a2b776138eea43ee8ce98 /kde-base/noatun-plugins
parent Documentation now installed via the doc USE flag. (diff)
downloadgentoo-2-ccc32f4948db3b15d213b65687c8ebc4e8a632ec.tar.gz
gentoo-2-ccc32f4948db3b15d213b65687c8ebc4e8a632ec.tar.bz2
gentoo-2-ccc32f4948db3b15d213b65687c8ebc4e8a632ec.zip
Really fix bug #136299.
(Portage version: 2.1)
Diffstat (limited to 'kde-base/noatun-plugins')
-rw-r--r--kde-base/noatun-plugins/ChangeLog6
-rw-r--r--kde-base/noatun-plugins/noatun-plugins-3.5.3.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/kde-base/noatun-plugins/ChangeLog b/kde-base/noatun-plugins/ChangeLog
index 9333eac75696..ab91d5b320cd 100644
--- a/kde-base/noatun-plugins/ChangeLog
+++ b/kde-base/noatun-plugins/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/noatun-plugins
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.46 2006/06/12 22:20:32 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.47 2006/06/14 22:29:12 carlo Exp $
+
+ 14 Jun 2006; Carsten Lohrke <carlo@gentoo.org>
+ noatun-plugins-3.5.3.ebuild:
+ Really fix bug #136299.
12 Jun 2006; Carsten Lohrke <carlo@gentoo.org>
noatun-plugins-3.5.3.ebuild:
diff --git a/kde-base/noatun-plugins/noatun-plugins-3.5.3.ebuild b/kde-base/noatun-plugins/noatun-plugins-3.5.3.ebuild
index e878148b12f6..06120b119666 100644
--- a/kde-base/noatun-plugins/noatun-plugins-3.5.3.ebuild
+++ b/kde-base/noatun-plugins/noatun-plugins-3.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/noatun-plugins-3.5.3.ebuild,v 1.2 2006/06/12 22:20:32 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/noatun-plugins-3.5.3.ebuild,v 1.3 2006/06/14 22:29:12 carlo Exp $
KMNAME=kdeaddons
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
@@ -20,7 +20,8 @@ src_compile() {
local myconf="$(use_with sdl)"
if use berkdb; then
- myconf="${myconf} --with-berkeley-db --with-db-lib=$(db_libname)
+ dblib="$(db_libname)"
+ myconf="${myconf} --with-berkeley-db --with-db-lib=${dblib/-/_cxx-}
--with-extra-includes=${ROOT}$(db_includedir)"
else
myconf="${myconf} --without-berkeley-db"