diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-18 20:57:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-18 20:57:58 +0000 |
commit | ef1c1510e6c8e821893d47b1b79572db572f9488 (patch) | |
tree | 3f4b79d1c6911bc01c7040f9ca02fe20219959bc /games-emulation/xmame/files | |
parent | fix permissions #28699 (diff) | |
download | historical-ef1c1510e6c8e821893d47b1b79572db572f9488.tar.gz historical-ef1c1510e6c8e821893d47b1b79572db572f9488.tar.bz2 historical-ef1c1510e6c8e821893d47b1b79572db572f9488.zip |
version bump #28878
Diffstat (limited to 'games-emulation/xmame/files')
-rw-r--r-- | games-emulation/xmame/files/0.74.1-glx-fix.patch | 19 | ||||
-rw-r--r-- | games-emulation/xmame/files/digest-xmame-0.74.1 | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/games-emulation/xmame/files/0.74.1-glx-fix.patch b/games-emulation/xmame/files/0.74.1-glx-fix.patch new file mode 100644 index 000000000000..20d29a9d0573 --- /dev/null +++ b/games-emulation/xmame/files/0.74.1-glx-fix.patch @@ -0,0 +1,19 @@ +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; diff --git a/games-emulation/xmame/files/digest-xmame-0.74.1 b/games-emulation/xmame/files/digest-xmame-0.74.1 new file mode 100644 index 000000000000..5aeadad071be --- /dev/null +++ b/games-emulation/xmame/files/digest-xmame-0.74.1 @@ -0,0 +1 @@ +MD5 94033f0260c83d3b91fdd79fd0855709 xmame-0.74.1.tar.bz2 11344029 |