diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-01-28 19:13:52 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-01-28 19:13:52 +0000 |
commit | b6badb5511e5d1d741f54229d7461492f71fdd84 (patch) | |
tree | aaa72a8e4d38f1415464303e14d3fcd89af2720c /media-libs/libsdl/libsdl-1.2.8-r1.ebuild | |
parent | Stable on ppc64; bug #117494 (diff) | |
download | historical-b6badb5511e5d1d741f54229d7461492f71fdd84.tar.gz historical-b6badb5511e5d1d741f54229d7461492f71fdd84.tar.bz2 historical-b6badb5511e5d1d741f54229d7461492f71fdd84.zip |
no need to bzip smallish patches
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'media-libs/libsdl/libsdl-1.2.8-r1.ebuild')
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.8-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/libsdl/libsdl-1.2.8-r1.ebuild b/media-libs/libsdl/libsdl-1.2.8-r1.ebuild index 34e3e1307c00..ce0fe4a2efc7 100644 --- a/media-libs/libsdl/libsdl-1.2.8-r1.ebuild +++ b/media-libs/libsdl/libsdl-1.2.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.8-r1.ebuild,v 1.25 2005/12/29 08:10:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.8-r1.ebuild,v 1.26 2006/01/28 19:13:52 blubb Exp $ inherit flag-o-matic toolchain-funcs eutils @@ -63,7 +63,7 @@ src_unpack() { epatch "${FILESDIR}"/libsdl-1.2.9-endian-cvs-updates.patch # This patch breaks compiling >-O0 on gcc4 ; bug #87809 - [ "`gcc-major-version`" -lt "4" ] && epatch "${FILESDIR}"/${P}-gcc2.patch.bz2 #86481 + [ "`gcc-major-version`" -lt "4" ] && epatch "${FILESDIR}"/${P}-gcc2.patch #86481 epatch "${FILESDIR}"/${PV}-keyrepeat.patch #76448 epatch "${FILESDIR}"/${PV}-linux26.patch #74608 #epatch "${FILESDIR}"/${PV}-direct-8bit-color.patch #76946 |