diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-04 02:06:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-04 02:06:46 +0000 |
commit | 75b65fe60583968b8870ddc8ca663873456447dc (patch) | |
tree | fa0cbb530cbb3b8094d73f5c877c93730ca053fd /media-libs/libsdl/libsdl-1.2.11.ebuild | |
parent | Stable on alpha wrt Bug #115045. (diff) | |
download | historical-75b65fe60583968b8870ddc8ca663873456447dc.tar.gz historical-75b65fe60583968b8870ddc8ca663873456447dc.tar.bz2 historical-75b65fe60583968b8870ddc8ca663873456447dc.zip |
Improve xinerama handling #145917 by Diego Pettenò.
Package-Manager: portage-2.1.1_rc1-r2
Diffstat (limited to 'media-libs/libsdl/libsdl-1.2.11.ebuild')
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.11.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/libsdl/libsdl-1.2.11.ebuild b/media-libs/libsdl/libsdl-1.2.11.ebuild index 787d226f8add..66c082db98fd 100644 --- a/media-libs/libsdl/libsdl-1.2.11.ebuild +++ b/media-libs/libsdl/libsdl-1.2.11.ebuild @@ -1,6 +1,6 @@ # 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.11.ebuild,v 1.3 2006/08/06 17:03:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11.ebuild,v 1.4 2006/09/04 02:06:45 vapier Exp $ inherit flag-o-matic toolchain-funcs eutils libtool @@ -77,6 +77,7 @@ src_unpack() { epatch "${FILESDIR}"/libsdl-1.2.10-libcaca.patch #40224 epatch "${FILESDIR}"/libsdl-1.2.10-sdl-config.patch + epatch "${FILESDIR}"/libsdl-1.2.11-xinerama-head-0.patch #145917 # add yasm-compatible defines to nasm code (hopefully we # can get this killed soonish) |