diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-16 03:40:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-16 03:40:37 +0000 |
commit | 11335884c2db23f6b5ac736479e6297181036d5c (patch) | |
tree | a766925e94544f5844434d78a08e711a63f2d6f8 /games-emulation/xmame/files | |
parent | Fixed gcc3.4/C++ problem in xmmsctrl.h. See bug #53125. (diff) | |
download | historical-11335884c2db23f6b5ac736479e6297181036d5c.tar.gz historical-11335884c2db23f6b5ac736479e6297181036d5c.tar.bz2 historical-11335884c2db23f6b5ac736479e6297181036d5c.zip |
version bump (bug #53789)
Diffstat (limited to 'games-emulation/xmame/files')
-rw-r--r-- | games-emulation/xmame/files/0.83.1-glx-fix.patch | 11 | ||||
-rw-r--r-- | games-emulation/xmame/files/digest-xmame-0.83.1 | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/games-emulation/xmame/files/0.83.1-glx-fix.patch b/games-emulation/xmame/files/0.83.1-glx-fix.patch new file mode 100644 index 000000000000..cbcb32d8a7dc --- /dev/null +++ b/games-emulation/xmame/files/0.83.1-glx-fix.patch @@ -0,0 +1,11 @@ +--- src/unix/osd_cpu.h.orig 2004-04-20 14:30:49.000000000 -0700 ++++ src/unix/osd_cpu.h 2004-04-20 14:31:48.000000000 -0700 +@@ -38,7 +38,7 @@ + #endif + #endif + +-#ifndef __ARCH_solaris ++#if !defined __ARCH_solaris && !defined xgl + /* grrr work around some stupid header conflicts */ + #if !defined __XF86_DGA_C && !defined __XOPENGL_C_ && !defined LONG64 + typedef signed char INT8; diff --git a/games-emulation/xmame/files/digest-xmame-0.83.1 b/games-emulation/xmame/files/digest-xmame-0.83.1 new file mode 100644 index 000000000000..8c751db379f7 --- /dev/null +++ b/games-emulation/xmame/files/digest-xmame-0.83.1 @@ -0,0 +1 @@ +MD5 d524570f1a2aa516798c873be9c25ebd xmame-0.83.1.tar.bz2 12914490 |