diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-31 04:35:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-31 04:35:28 +0000 |
commit | f0419557c2130c62d96530e92c5479dacc6053b7 (patch) | |
tree | aac9708b0263db53d5ab34afc8d19231ccf6f7e4 /games-emulation/xmame/files/0.77.1-glx-fix.patch | |
parent | add libtoolize call. (diff) | |
download | historical-f0419557c2130c62d96530e92c5479dacc6053b7.tar.gz historical-f0419557c2130c62d96530e92c5479dacc6053b7.tar.bz2 historical-f0419557c2130c62d96530e92c5479dacc6053b7.zip |
version bump
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-emulation/xmame/files/0.77.1-glx-fix.patch')
-rw-r--r-- | games-emulation/xmame/files/0.77.1-glx-fix.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/games-emulation/xmame/files/0.77.1-glx-fix.patch b/games-emulation/xmame/files/0.77.1-glx-fix.patch deleted file mode 100644 index 20d29a9d0573..000000000000 --- a/games-emulation/xmame/files/0.77.1-glx-fix.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -urN xmame-0.70.1-orig/src/unix/osd_cpu.h xmame-0.70.1/src/unix/osd_cpu.h ---- xmame-0.70.1-orig/src/unix/osd_cpu.h 2003-06-12 05:37:50.000000000 +0200 -+++ xmame-0.70.1/src/unix/osd_cpu.h 2003-07-15 15:09:03.000000000 +0200 -@@ -39,11 +39,15 @@ - #endif - - /* grrr work around some stupid header conflicts */ -+#ifndef xgl - #if !defined __XF86_DGA_C && !defined __XOPENGL_C_ && !defined LONG64 - typedef signed char INT8; - typedef signed short INT16; - typedef signed int INT32; - #endif -+#else -+#include <X11/Xmd.h> -+#endif - - #ifndef LONG64 - typedef signed long long INT64; |