summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2006-06-28 18:06:52 +0000
committerHanno Böck <hanno@gentoo.org>2006-06-28 18:06:52 +0000
commitf28da0543dff5c1ea02e61cb219ee74726d9055f (patch)
tree6fb93887952eee282a18ee1afb1cbd014caa47e7 /media-libs
parentStable on hppa. (diff)
downloadgentoo-2-f28da0543dff5c1ea02e61cb219ee74726d9055f.tar.gz
gentoo-2-f28da0543dff5c1ea02e61cb219ee74726d9055f.tar.bz2
gentoo-2-f28da0543dff5c1ea02e61cb219ee74726d9055f.zip
fix --as-needed in tunepimp-0.3.0-r1
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/tunepimp/ChangeLog6
-rw-r--r--media-libs/tunepimp/files/tunepimp-0.3.0-as-needed.diff10
-rw-r--r--media-libs/tunepimp/tunepimp-0.3.0-r1.ebuild3
3 files changed, 17 insertions, 2 deletions
diff --git a/media-libs/tunepimp/ChangeLog b/media-libs/tunepimp/ChangeLog
index 2679f37a663d..d8762a196bbb 100644
--- a/media-libs/tunepimp/ChangeLog
+++ b/media-libs/tunepimp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/tunepimp
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tunepimp/ChangeLog,v 1.34 2006/05/24 19:19:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tunepimp/ChangeLog,v 1.35 2006/06/28 18:06:52 hanno Exp $
+
+ 28 Jun 2006; Hanno Boeck <hanno@gentoo.org>
+ +files/tunepimp-0.3.0-as-needed.diff, tunepimp-0.3.0-r1.ebuild:
+ Fix building with --as-needed.
24 May 2006; Diego Pettenò <flameeyes@gentoo.org> tunepimp-0.4.2.ebuild:
Add ~x86-fbsd keyword.
diff --git a/media-libs/tunepimp/files/tunepimp-0.3.0-as-needed.diff b/media-libs/tunepimp/files/tunepimp-0.3.0-as-needed.diff
new file mode 100644
index 000000000000..6d1aeffad44f
--- /dev/null
+++ b/media-libs/tunepimp/files/tunepimp-0.3.0-as-needed.diff
@@ -0,0 +1,10 @@
+--- libtunepimp-0.3.0/lib/Makefile.am~ 2006-06-28 19:57:33.080201500 +0200
++++ libtunepimp-0.3.0/lib/Makefile.am 2006-06-28 19:57:33.080201500 +0200
+@@ -44,6 +44,6 @@
+ # 6. If any interfaces have been removed since the last public release, then
+ # set age to 0.
+ libtunepimp_la_LDFLAGS = -version-info 2:0:0
+-libtunepimp_la_LIBADD = threads/posix/libtpthread.la utf8/libutf8.la id3tag/libid3tag.la @TP_LIBS@
++libtunepimp_la_LIBADD = threads/posix/libtpthread.la utf8/libutf8.la id3tag/libid3tag.la -lz @TP_LIBS@
+
+ noinst_HEADERS = analyzer.h dirsearch.h fstrcmp.h i18n.h id3_meta.h lookup.h mp3_trm.h flac_trm.h flac_meta.h ov_trm.h submit.h trm.h vcedit.h vorbis_meta.h wav_trm.h ape_meta.h ape_trm.h filecache.h filelookup.h file_meta.h fstrcmp.h lookuptools.h write.h metadata.h watchdog.h
diff --git a/media-libs/tunepimp/tunepimp-0.3.0-r1.ebuild b/media-libs/tunepimp/tunepimp-0.3.0-r1.ebuild
index 3485ec821902..69cfb2c13e5a 100644
--- a/media-libs/tunepimp/tunepimp-0.3.0-r1.ebuild
+++ b/media-libs/tunepimp/tunepimp-0.3.0-r1.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/media-libs/tunepimp/tunepimp-0.3.0-r1.ebuild,v 1.15 2006/01/07 15:31:43 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tunepimp/tunepimp-0.3.0-r1.ebuild,v 1.16 2006/06/28 18:06:52 hanno Exp $
inherit eutils distutils perl-app
@@ -29,6 +29,7 @@ src_unpack() {
unpack ${A}
cd ${S}
+ epatch ${FILESDIR}/${P}-as-needed.diff
epatch ${FILESDIR}/${P}-gcc41.patch
epatch ${FILESDIR}/thread.patch