summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libsdl/libsdl-1.2.6-r2.ebuild')
-rw-r--r--media-libs/libsdl/libsdl-1.2.6-r2.ebuild6
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"