summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-03-09 10:34:12 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-03-09 10:34:12 +0000
commit713c807236c9e4645a1b6a6d4fd585296469651b (patch)
tree155f13d1f591bd8aa015d12950638943b0a51258 /media-libs/faad2
parentold (diff)
downloadgentoo-2-713c807236c9e4645a1b6a6d4fd585296469651b.tar.gz
gentoo-2-713c807236c9e4645a1b6a6d4fd585296469651b.tar.bz2
gentoo-2-713c807236c9e4645a1b6a6d4fd585296469651b.zip
add a patch to call AC_PROG_CXX since tehere are c++ files and libtool macros no longer does this by default; this fixes a build failure with libtool 2.2, thanks to Rafał Mużyło in bug #212760
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs/faad2')
-rw-r--r--media-libs/faad2/ChangeLog10
-rw-r--r--media-libs/faad2/faad2-2.6.1.ebuild5
-rw-r--r--media-libs/faad2/files/faad2-2.6.1-libtool22.patch13
3 files changed, 24 insertions, 4 deletions
diff --git a/media-libs/faad2/ChangeLog b/media-libs/faad2/ChangeLog
index 02b0102b4d19..455710876dc3 100644
--- a/media-libs/faad2/ChangeLog
+++ b/media-libs/faad2/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/faad2
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v 1.94 2007/12/31 11:49:28 aballier Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v 1.95 2008/03/09 10:34:12 aballier Exp $
+
+ 09 Mar 2008; Alexis Ballier <aballier@gentoo.org>
+ +files/faad2-2.6.1-libtool22.patch, faad2-2.6.1.ebuild:
+ add a patch to call AC_PROG_CXX since tehere are c++ files and libtool
+ macros no longer does this by default; this fixes a build failure with
+ libtool 2.2, thanks to Rafał Mużyło in bug #212760
31 Dec 2007; Alexis Ballier <aballier@gentoo.org> faad2-2.6.1.ebuild:
Add an elog message about abi changes, bug #203379
diff --git a/media-libs/faad2/faad2-2.6.1.ebuild b/media-libs/faad2/faad2-2.6.1.ebuild
index 02e8e084338e..406aa036f1bc 100644
--- a/media-libs/faad2/faad2-2.6.1.ebuild
+++ b/media-libs/faad2/faad2-2.6.1.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-libs/faad2/faad2-2.6.1.ebuild,v 1.3 2007/12/31 11:49:28 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1.ebuild,v 1.4 2008/03/09 10:34:12 aballier Exp $
inherit eutils autotools
@@ -23,6 +23,7 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}/${P}-abi_has_changed.patch"
+ epatch "${FILESDIR}/${P}-libtool22.patch"
eautoreconf
}
diff --git a/media-libs/faad2/files/faad2-2.6.1-libtool22.patch b/media-libs/faad2/files/faad2-2.6.1-libtool22.patch
new file mode 100644
index 000000000000..4eab08487da1
--- /dev/null
+++ b/media-libs/faad2/files/faad2-2.6.1-libtool22.patch
@@ -0,0 +1,13 @@
+Index: faad2/configure.in
+===================================================================
+--- faad2.orig/configure.in
++++ faad2/configure.in
+@@ -18,7 +18,7 @@ dnl Checks for programs.
+ AC_PROG_CC
+ AC_PROG_CPP
+ dnl disable for mpeg4ip plugin
+-dnl AC_PROG_CXX
++AC_PROG_CXX
+ AC_PROG_INSTALL
+ AC_PROG_LN_S
+ AC_PROG_MAKE_SET