diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-04 18:10:02 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-04 18:10:02 +0000 |
commit | 0d5dbc3b23a294ee0ebcb0714a2c987fc847ead2 (patch) | |
tree | 04cfcc14d1f83793ba3a17a8e477871c85f794bf /games-emulation/xmess/files | |
parent | keyworded ~arch for sparc (diff) | |
download | gentoo-2-0d5dbc3b23a294ee0ebcb0714a2c987fc847ead2.tar.gz gentoo-2-0d5dbc3b23a294ee0ebcb0714a2c987fc847ead2.tar.bz2 gentoo-2-0d5dbc3b23a294ee0ebcb0714a2c987fc847ead2.zip |
old
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'games-emulation/xmess/files')
-rw-r--r-- | games-emulation/xmess/files/0.83.1-glx-fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games-emulation/xmess/files/0.83.1-glx-fix.patch b/games-emulation/xmess/files/0.83.1-glx-fix.patch deleted file mode 100644 index cbcb32d8a7dc..000000000000 --- a/games-emulation/xmess/files/0.83.1-glx-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; |