diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-14 21:40:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-14 21:40:24 +0000 |
commit | 54741ee5aa29cd56260ac003b82492a2d6ca7c62 (patch) | |
tree | 140f39b940547644c4dd3b2bdcd6d5d4c2a8cbd6 /games-emulation/xmess/files | |
parent | tidy old versions (diff) | |
download | historical-54741ee5aa29cd56260ac003b82492a2d6ca7c62.tar.gz historical-54741ee5aa29cd56260ac003b82492a2d6ca7c62.tar.bz2 historical-54741ee5aa29cd56260ac003b82492a2d6ca7c62.zip |
ver bump #38177
Diffstat (limited to 'games-emulation/xmess/files')
-rw-r--r-- | games-emulation/xmess/files/0.78.1-glx-fix.patch | 19 | ||||
-rw-r--r-- | games-emulation/xmess/files/0.78.1-icc.patch | 21 | ||||
-rw-r--r-- | games-emulation/xmess/files/digest-xmess-0.78.1 | 1 |
3 files changed, 41 insertions, 0 deletions
diff --git a/games-emulation/xmess/files/0.78.1-glx-fix.patch b/games-emulation/xmess/files/0.78.1-glx-fix.patch new file mode 100644 index 000000000000..20d29a9d0573 --- /dev/null +++ b/games-emulation/xmess/files/0.78.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/xmess/files/0.78.1-icc.patch b/games-emulation/xmess/files/0.78.1-icc.patch new file mode 100644 index 000000000000..4e091bd550a4 --- /dev/null +++ b/games-emulation/xmess/files/0.78.1-icc.patch @@ -0,0 +1,21 @@ +--- Makefile 2003-12-31 10:09:34.498349816 -0500 ++++ Makefile.icc 2003-12-31 10:18:46.570422104 -0500 +@@ -266,7 +266,7 @@ + ifeq ($(CC),icc) + + # Optimizations for the Intel compiler. +- CFLAGS = -O3 -rcd -Xa -ipo -ipo_obj ++ CFLAGS = -O3 -rcd -ipo -ipo_obj -w + + else + ifeq ($(CC),sun-forte) +--- src/unix/osinline.h 2003-11-13 00:06:05.000000000 -0500 ++++ src/unix/osinline.h.icc 2003-12-31 10:19:16.673845688 -0500 +@@ -20,6 +20,7 @@ + #define osd_mark_vector_dirty(x,y) + #endif + ++#undef X86_ASM + #ifdef X86_ASM + #define vec_mult _vec_mult + INLINE int _vec_mult(int x, int y) diff --git a/games-emulation/xmess/files/digest-xmess-0.78.1 b/games-emulation/xmess/files/digest-xmess-0.78.1 new file mode 100644 index 000000000000..c2d6aab01b6d --- /dev/null +++ b/games-emulation/xmess/files/digest-xmess-0.78.1 @@ -0,0 +1 @@ +MD5 e92c61e0040114db3a83b7dbb7fc9449 xmame-0.78.1.tar.bz2 12148685 |