summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2012-06-27 18:34:25 +0000
committerJoerg Bornkessel <hd_brummy@gentoo.org>2012-06-27 18:34:25 +0000
commit265141c580c9c5ad9929a718f73fdf2ed63c2ed1 (patch)
tree0ac147ab952c7f9a4ca225e7a6b0daf5660907e6 /media-video/noad/noad-0.7.3.ebuild
parentVersion bump with new GTK+-3 based SLOT. (diff)
downloadhistorical-265141c580c9c5ad9929a718f73fdf2ed63c2ed1.tar.gz
historical-265141c580c9c5ad9929a718f73fdf2ed63c2ed1.tar.bz2
historical-265141c580c9c5ad9929a718f73fdf2ed63c2ed1.zip
gcc-4.7 compile fixed, bug 423623
Package-Manager: portage-2.1.10.11/cvs/Linux i686
Diffstat (limited to 'media-video/noad/noad-0.7.3.ebuild')
-rw-r--r--media-video/noad/noad-0.7.3.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/media-video/noad/noad-0.7.3.ebuild b/media-video/noad/noad-0.7.3.ebuild
index 745b2dbe9b9c..bd2e8f119959 100644
--- a/media-video/noad/noad-0.7.3.ebuild
+++ b/media-video/noad/noad-0.7.3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.7.3.ebuild,v 1.2 2012/05/16 09:33:49 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.7.3.ebuild,v 1.3 2012/06/27 18:34:25 hd_brummy Exp $
-EAPI="3"
+EAPI="4"
inherit eutils flag-o-matic autotools
@@ -24,13 +24,17 @@ RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}"/patches-0.7.x/"${P}"-hangcheck.diff
- eautoreconf
+
# UINT64_C is needed by ffmpeg headers
append-flags -D__STDC_CONSTANT_MACROS
if has_version ">=media-video/vdr-1.7.15"; then
sed -e "s:2001:6419:" -i svdrpc.cpp
fi
+
+ epatch "${FILESDIR}/patches-0.7.x/${P}_gcc-4.7.diff"
+
+ eautoreconf
}
src_configure() {