diff options
author | David Holm <dholm@gentoo.org> | 2004-03-19 15:03:05 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-03-19 15:03:05 +0000 |
commit | 2d09b5331d7038472636afaab320a060ca89cd09 (patch) | |
tree | 868357e761b5b3f89c4ce355959c77477186d749 /games-emulation/xmess/files | |
parent | Version bump, ~ppc and compile fix (diff) | |
download | historical-2d09b5331d7038472636afaab320a060ca89cd09.tar.gz historical-2d09b5331d7038472636afaab320a060ca89cd09.tar.bz2 historical-2d09b5331d7038472636afaab320a060ca89cd09.zip |
Version bump, added make patch
Diffstat (limited to 'games-emulation/xmess/files')
-rw-r--r-- | games-emulation/xmess/files/0.80.1-glx-fix.patch | 19 | ||||
-rw-r--r-- | games-emulation/xmess/files/0.80.1-icc.patch | 21 | ||||
-rw-r--r-- | games-emulation/xmess/files/0.80.1-make.patch | 29 | ||||
-rw-r--r-- | games-emulation/xmess/files/digest-xmess-0.80.1 | 1 |
4 files changed, 70 insertions, 0 deletions
diff --git a/games-emulation/xmess/files/0.80.1-glx-fix.patch b/games-emulation/xmess/files/0.80.1-glx-fix.patch new file mode 100644 index 000000000000..20d29a9d0573 --- /dev/null +++ b/games-emulation/xmess/files/0.80.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.80.1-icc.patch b/games-emulation/xmess/files/0.80.1-icc.patch new file mode 100644 index 000000000000..4e091bd550a4 --- /dev/null +++ b/games-emulation/xmess/files/0.80.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/0.80.1-make.patch b/games-emulation/xmess/files/0.80.1-make.patch new file mode 100644 index 000000000000..2b7d0bda8b00 --- /dev/null +++ b/games-emulation/xmess/files/0.80.1-make.patch @@ -0,0 +1,29 @@ +diff -urN xmame-0.80.1/makefile.unix xmame-0.80.2/makefile.unix +--- xmame-0.80.1/makefile.unix 2004-03-16 07:10:18.615979992 -0600 ++++ xmame-0.80.2/makefile.unix 2004-03-16 07:10:36.664236240 -0600 +@@ -28,6 +28,12 @@ + ########################################################################### + + ++############################################################################## ++# Makefile Identification ++############################################################################## ++CURMAKEFILE := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)) ++ ++ + ########################################################################### + # Xmame or xmess or...? + ########################################################################### +diff -urN xmame-0.80.1/src/unix/unix.mak xmame-0.80.2/src/unix/unix.mak +--- xmame-0.80.1/src/unix/unix.mak 2004-03-16 07:10:27.393645584 -0600 ++++ xmame-0.80.2/src/unix/unix.mak 2004-03-16 07:19:43.053172496 -0600 +@@ -147,7 +147,8 @@ + ZLIB = src/unix/contrib/cutzlib-1.2.1/libz.a + endif + +-all: objdirs osdepend-objdirs $(NAME).$(DISPLAY_METHOD) ++all: objdirs osdepend-objdirs ++ $(MAKE) -f $(CURMAKEFILE) $(MAKEFLAGS) $(NAME).$(DISPLAY_METHOD) + + # CPU core include paths + VPATH = src $(wildcard src/cpu/*) diff --git a/games-emulation/xmess/files/digest-xmess-0.80.1 b/games-emulation/xmess/files/digest-xmess-0.80.1 new file mode 100644 index 000000000000..d262aff9c186 --- /dev/null +++ b/games-emulation/xmess/files/digest-xmess-0.80.1 @@ -0,0 +1 @@ +MD5 f2e51b0a695ee508ea76df86dd426730 xmame-0.80.1.tar.bz2 12460829 |