diff options
author | 2003-12-01 10:04:53 +0000 | |
---|---|---|
committer | 2003-12-01 10:04:53 +0000 | |
commit | 7873b83da4d17f02c05143782f4dde40939f7bf8 (patch) | |
tree | 21175e4ef9db6befaf3734e8d27086b91bff9258 /media-libs | |
parent | Moving adns USE flag from use.local.desc to use.desc (diff) | |
download | gentoo-2-7873b83da4d17f02c05143782f4dde40939f7bf8.tar.gz gentoo-2-7873b83da4d17f02c05143782f4dde40939f7bf8.tar.bz2 gentoo-2-7873b83da4d17f02c05143782f4dde40939f7bf8.zip |
use epatch
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.6-r2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-libs/libsdl/libsdl-1.2.6-r2.ebuild b/media-libs/libsdl/libsdl-1.2.6-r2.ebuild index 65efc12cd088..67191eac0cbc 100644 --- a/media-libs/libsdl/libsdl-1.2.6-r2.ebuild +++ b/media-libs/libsdl/libsdl-1.2.6-r2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.6-r2.ebuild,v 1.3 2003/11/04 08:23:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.6-r2.ebuild,v 1.4 2003/12/01 10:04:53 vapier Exp $ + +inherit eutils DESCRIPTION="Simple Direct Media Layer" HOMEPAGE="http://www.libsdl.org/" @@ -34,7 +36,7 @@ src_unpack() { unpack ${A} cd ${S} # this should fix Bug 31235 - patch -p1 < ${FILESDIR}/${P}-fullscreen.patch || die "patch failed" + epatch -${FILESDIR}/${P}-fullscreen.patch sed -i \ -e 's:head -1:head -n 1:' configure || \ die "sed configure failed" |