diff options
Diffstat (limited to 'games-emulation/xmame/files/0.82.1-glx-fix.patch')
-rw-r--r-- | games-emulation/xmame/files/0.82.1-glx-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-emulation/xmame/files/0.82.1-glx-fix.patch b/games-emulation/xmame/files/0.82.1-glx-fix.patch new file mode 100644 index 000000000000..cbcb32d8a7dc --- /dev/null +++ b/games-emulation/xmame/files/0.82.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; |