summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Briesenick <sbriesen@gentoo.org>2009-01-06 22:07:01 +0000
committerStefan Briesenick <sbriesen@gentoo.org>2009-01-06 22:07:01 +0000
commit22d1a38d20504108f86db1c9aa80e86256abba7e (patch)
tree19f81b6d0b80b17a5093da835b554e85210b7fea /media-sound
parentEAPI=2; add use-based dep for sdl-mixer (diff)
downloadgentoo-2-22d1a38d20504108f86db1c9aa80e86256abba7e.tar.gz
gentoo-2-22d1a38d20504108f86db1c9aa80e86256abba7e.tar.bz2
gentoo-2-22d1a38d20504108f86db1c9aa80e86256abba7e.zip
removed strip from Makefile, solving bug #251957.
(Portage version: 2.2_rc20/cvs/Linux 2.6.27-gentoo-r7 i686)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/declick/ChangeLog7
-rw-r--r--media-sound/declick/declick-0.6.5.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/declick/ChangeLog b/media-sound/declick/ChangeLog
index 8a99c76567fe..43f26790fa21 100644
--- a/media-sound/declick/ChangeLog
+++ b/media-sound/declick/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/declick
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/declick/ChangeLog,v 1.3 2007/02/11 12:34:57 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/declick/ChangeLog,v 1.4 2009/01/06 22:07:01 sbriesen Exp $
+
+ 06 Jan 2009; Stefan Briesenick <sbriesen@gentoo.org> declick-0.6.5.ebuild:
+ removed strip from Makefile, solving bug #251957.
11 Feb 2007; Raúl Porcel <armin76@gentoo.org> declick-0.6.5.ebuild:
x86 stable wrt bug 166279
diff --git a/media-sound/declick/declick-0.6.5.ebuild b/media-sound/declick/declick-0.6.5.ebuild
index 809b8782823c..00b5bf0080de 100644
--- a/media-sound/declick/declick-0.6.5.ebuild
+++ b/media-sound/declick/declick-0.6.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/declick/declick-0.6.5.ebuild,v 1.3 2007/02/11 12:34:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/declick/declick-0.6.5.ebuild,v 1.4 2009/01/06 22:07:01 sbriesen Exp $
inherit eutils toolchain-funcs
@@ -23,7 +23,7 @@ src_unpack() {
}
src_compile() {
- emake CC="$(tc-getCC)" COPTS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
+ emake CC="$(tc-getCC)" COPTS="${CFLAGS}" LDFLAGS="${LDFLAGS}" declick || die "emake failed"
}
src_install() {