diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-05-26 05:26:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-05-26 05:26:05 +0000 |
commit | 36121e4265cd2fe570d63736b1cc5f56fcdf414f (patch) | |
tree | f9582549cf098bd5feff26d605efac44aea0158a /media-libs | |
parent | Stable on x86; bug #133529 (diff) | |
download | gentoo-2-36121e4265cd2fe570d63736b1cc5f56fcdf414f.tar.gz gentoo-2-36121e4265cd2fe570d63736b1cc5f56fcdf414f.tar.bz2 gentoo-2-36121e4265cd2fe570d63736b1cc5f56fcdf414f.zip |
dont bother duplicating the nobuggy-x patch
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsdl/files/1.2.7-nobuggy-X.patch | 13 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.7-r3.ebuild | 4 |
2 files changed, 2 insertions, 15 deletions
diff --git a/media-libs/libsdl/files/1.2.7-nobuggy-X.patch b/media-libs/libsdl/files/1.2.7-nobuggy-X.patch deleted file mode 100644 index 50f1297590a4..000000000000 --- a/media-libs/libsdl/files/1.2.7-nobuggy-X.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- SDL-1.2.6.orig/src/video/x11/SDL_x11modes.c 2003-12-16 05:00:33.000000000 +0100 -+++ SDL-1.2.6/src/video/x11/SDL_x11modes.c 2003-12-16 05:01:42.000000000 +0100 -@@ -323,10 +323,6 @@ - fclose(metro_fp); - } - } --#if defined(__alpha__) || defined(__sparc64__) || defined(__powerpc__) -- /* The alpha, sparc64 and PPC XFree86 servers are also buggy */ -- buggy_X11 = 1; --#endif - /* Enumerate the available fullscreen modes */ - if ( ! buggy_X11 ) { - if ( SDL_NAME(XF86VidModeQueryExtension)(SDL_Display, &vm_event, &vm_error) && diff --git a/media-libs/libsdl/libsdl-1.2.7-r3.ebuild b/media-libs/libsdl/libsdl-1.2.7-r3.ebuild index 9da2c633715b..baebabde0194 100644 --- a/media-libs/libsdl/libsdl-1.2.7-r3.ebuild +++ b/media-libs/libsdl/libsdl-1.2.7-r3.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.7-r3.ebuild,v 1.14 2006/03/11 03:35:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.7-r3.ebuild,v 1.15 2006/05/26 05:26:05 vapier Exp $ inherit toolchain-funcs fixheadtails eutils gnuconfig flag-o-matic @@ -66,7 +66,7 @@ src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${PV}-nobuggy-X.patch #30089 + epatch "${FILESDIR}"/1.2.8-nobuggy-X.patch #30089 epatch "${FILESDIR}"/${PN}-1.2.8-libcaca.patch #40224 [ "$(gcc-major-version)" != "2" ] \ && epatch "${FILESDIR}"/${PV}-gcc34.patch #48947 |