summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-07-13 12:17:09 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-07-13 12:17:09 +0000
commit072e2f94e5979b8ea9a2e93a446623e4f25e3212 (patch)
tree7a349a4abaad14c9a86c3c6f593239fc1794cc3e /media-sound/lame/lame-3.98.ebuild
parentrequire new enough jack, bug #231567 (diff)
downloadgentoo-2-072e2f94e5979b8ea9a2e93a446623e4f25e3212.tar.gz
gentoo-2-072e2f94e5979b8ea9a2e93a446623e4f25e3212.tar.bz2
gentoo-2-072e2f94e5979b8ea9a2e93a446623e4f25e3212.zip
Dont prevent stdint.h from being included when it's in fact needed, bug #231541
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
Diffstat (limited to 'media-sound/lame/lame-3.98.ebuild')
-rw-r--r--media-sound/lame/lame-3.98.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/media-sound/lame/lame-3.98.ebuild b/media-sound/lame/lame-3.98.ebuild
index b42d4d2f1615..4e0b7cfc94aa 100644
--- a/media-sound/lame/lame-3.98.ebuild
+++ b/media-sound/lame/lame-3.98.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.98.ebuild,v 1.1 2008/07/11 21:52:39 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.98.ebuild,v 1.2 2008/07/13 12:17:08 aballier Exp $
inherit flag-o-matic toolchain-funcs eutils autotools versionator
@@ -37,6 +37,10 @@ src_unpack() {
# Patch gtk stuff, otherwise eautoreconf dies
epatch "${FILESDIR}"/${PN}-3.98-gtk-path.patch
+ # Fix build of mp3rtp, bug #231541
+ # Dont prevent stdint.h from being included when it's in fact needed
+ epatch "${FILESDIR}"/${PN}-3.98-stdint.patch
+
AT_M4DIR="${S}" eautoreconf
epunt_cxx # embedded bug #74498
}