summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2008-05-07 08:50:00 +0000
committerRémi Cardona <remi@gentoo.org>2008-05-07 08:50:00 +0000
commit0ebe06b32aef73aebc2c5753096ded4fcfc6ad2b (patch)
treeb3ac00009da9c3a41768db9e1b766b65d8de538c /media-sound
parentPatched for R >= 2.7, thanks dawe for his patch (bug #219522) (diff)
downloadgentoo-2-0ebe06b32aef73aebc2c5753096ded4fcfc6ad2b.tar.gz
gentoo-2-0ebe06b32aef73aebc2c5753096ded4fcfc6ad2b.tar.bz2
gentoo-2-0ebe06b32aef73aebc2c5753096ded4fcfc6ad2b.zip
media-sound/esound: add oneliner fix for libtool-2.2
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/esound/ChangeLog8
-rw-r--r--media-sound/esound/esound-0.2.38-r1.ebuild7
-rw-r--r--media-sound/esound/files/esound-0.2.38-libtool-2.2.patch11
3 files changed, 21 insertions, 5 deletions
diff --git a/media-sound/esound/ChangeLog b/media-sound/esound/ChangeLog
index ad80d1076851..bea5fbe2eeed 100644
--- a/media-sound/esound/ChangeLog
+++ b/media-sound/esound/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/esound
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/ChangeLog,v 1.111 2007/11/27 03:47:48 jer Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/ChangeLog,v 1.112 2008/05/07 08:50:00 remi Exp $
+
+ 07 May 2008; Rémi Cardona <remi@gentoo.org>
+ +files/esound-0.2.38-libtool-2.2.patch, esound-0.2.38-r1.ebuild:
+ add oneliner fix for libtool-2.2
27 Nov 2007; Jeroen Roovers <jer@gentoo.org> esound-0.2.38-r1.ebuild:
Stable for HPPA (bug #199322).
diff --git a/media-sound/esound/esound-0.2.38-r1.ebuild b/media-sound/esound/esound-0.2.38-r1.ebuild
index 59467079522c..c0817c25880b 100644
--- a/media-sound/esound/esound-0.2.38-r1.ebuild
+++ b/media-sound/esound/esound-0.2.38-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.38-r1.ebuild,v 1.8 2007/12/11 23:34:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.38-r1.ebuild,v 1.9 2008/05/07 08:50:00 remi Exp $
WANT_AUTOMAKE=1.10
inherit libtool gnome.org eutils autotools flag-o-matic
@@ -34,8 +34,9 @@ src_unpack() {
epatch "${FILESDIR}/${PN}-0.2.36-mode_t.patch"
epatch "${FILESDIR}/${PN}-0.2.38-as-needed.patch"
epatch "${FILESDIR}/${PN}-0.2.38-doc.patch"
+ epatch "${FILESDIR}/${PN}-0.2.38-libtool-2.2.patch"
- AT_M4DIR="m4" eautoreconf
+ eautoreconf
}
src_compile() {
diff --git a/media-sound/esound/files/esound-0.2.38-libtool-2.2.patch b/media-sound/esound/files/esound-0.2.38-libtool-2.2.patch
new file mode 100644
index 000000000000..2fda800011e7
--- /dev/null
+++ b/media-sound/esound/files/esound-0.2.38-libtool-2.2.patch
@@ -0,0 +1,11 @@
+diff -ur esound-0.2.38.old/configure.ac esound-0.2.38/configure.ac
+--- esound-0.2.38.old/configure.ac 2008-05-07 10:12:51.000000000 +0200
++++ esound-0.2.38/configure.ac 2008-05-07 10:16:05.000000000 +0200
+@@ -26,6 +26,7 @@
+ AC_SUBST(ESD_VERSION_INFO)
+
+ AC_PROG_CC
++AC_PROG_CXX
+ AC_PROG_CPP
+ AC_LIBTOOL_WIN32_DLL
+ AM_PROG_LIBTOOL