From 16f257e94a40b7ffd07e03469d7f1f6f6f3f95a7 Mon Sep 17 00:00:00 2001 From: Olivier CrĂȘte Date: Mon, 6 Dec 2004 23:12:49 +0000 Subject: Removed useless patch --- media-video/mpeg4ip/mpeg4ip-1.2.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'media-video/mpeg4ip/mpeg4ip-1.2.ebuild') diff --git a/media-video/mpeg4ip/mpeg4ip-1.2.ebuild b/media-video/mpeg4ip/mpeg4ip-1.2.ebuild index 53578440b9aa..8bdaaadcc526 100644 --- a/media-video/mpeg4ip/mpeg4ip-1.2.ebuild +++ b/media-video/mpeg4ip/mpeg4ip-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpeg4ip/mpeg4ip-1.2.ebuild,v 1.1 2004/12/04 06:06:07 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpeg4ip/mpeg4ip-1.2.ebuild,v 1.2 2004/12/06 23:12:48 tester Exp $ inherit eutils @@ -37,9 +37,9 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} cd ${S} - sed -i -e 's/-Wmissing-prototypes//g' -e 's/-Werror//g' configure - epatch ${FILESDIR}/mpeg4ip-1.2-gentoo-fixes.patch + # This will break building on gcc 3.4 and 4.0 + sed -i -e 's/-Wmissing-prototypes//g' -e 's/-Werror//g' configure } src_compile() { @@ -47,7 +47,6 @@ src_compile() { local myconf - # mp4live doesnt build, disable it.. myconf=" $(use_enable ipv6) $(use_enable mmx) $(use_enable ppc) -- cgit v1.2.3-65-gdbad