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/libsdl/files | |
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/libsdl/files')
-rw-r--r-- | media-libs/libsdl/files/1.2.7-nobuggy-X.patch | 13 |
1 files changed, 0 insertions, 13 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) && |