summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Kapusta <ayoy@gentoo.org>2009-10-03 14:32:14 +0000
committerDominik Kapusta <ayoy@gentoo.org>2009-10-03 14:32:14 +0000
commit56aa7d8405b89bbebffeee8ac2fa52d308263c44 (patch)
tree5845c8c684a1a5cfa75fa5daea792d4ed63fdd60 /dev-libs/qoauth/qoauth-1.0.ebuild
parentStable on alpha, bug #284745 (diff)
downloadhistorical-56aa7d8405b89bbebffeee8ac2fa52d308263c44.tar.gz
historical-56aa7d8405b89bbebffeee8ac2fa52d308263c44.tar.bz2
historical-56aa7d8405b89bbebffeee8ac2fa52d308263c44.zip
Removing _debug suffix for debug builds - bug #287489
Package-Manager: portage-2.2_rc42/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/qoauth/qoauth-1.0.ebuild')
-rw-r--r--dev-libs/qoauth/qoauth-1.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/qoauth/qoauth-1.0.ebuild b/dev-libs/qoauth/qoauth-1.0.ebuild
index 16bc75b782f4..28a169640530 100644
--- a/dev-libs/qoauth/qoauth-1.0.ebuild
+++ b/dev-libs/qoauth/qoauth-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/qoauth/qoauth-1.0.ebuild,v 1.1 2009/08/08 17:38:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/qoauth/qoauth-1.0.ebuild,v 1.2 2009/10/03 14:32:14 ayoy Exp $
EAPI="2"
@@ -29,6 +29,9 @@ src_prepare() {
-e "s!\(\$\${INSTALL_PREFIX}\)/lib!\1/$(get_libdir)!" \
src/src.pro || die "sed failed"
+ # remove _debug suffix - bug 287489
+ sed -i -e '/build_pass/,$d' src/src.pro || die "sed _debug suffix failed"
+
sed -i -e "s/\(.*\)lib$/\1$(get_libdir)/" src/pcfile.sh || die "sed failed"
if ! use test; then