SOURCES: quake3-alpha.patch (NEW) - define uchar on alpha-linux

qboosh qboosh at pld-linux.org
Wed Jan 25 11:12:56 CET 2006


Author: qboosh                       Date: Wed Jan 25 10:12:56 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- define uchar on alpha-linux

---- Files affected:
SOURCES:
   quake3-alpha.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/quake3-alpha.patch
diff -u /dev/null SOURCES/quake3-alpha.patch:1.1
--- /dev/null	Wed Jan 25 11:12:56 2006
+++ SOURCES/quake3-alpha.patch	Wed Jan 25 11:12:50 2006
@@ -0,0 +1,11 @@
+--- quake3/code/tools/lcc/cpp/cpp.h.orig	2005-11-02 01:23:49.000000000 +0100
++++ quake3/code/tools/lcc/cpp/cpp.h	2006-01-25 10:53:21.000000000 +0100
+@@ -10,7 +10,7 @@
+ #define NULL	0
+ #endif
+ 
+-#ifndef __alpha
++#if !defined(__alpha) || defined(__linux__)
+ typedef unsigned char uchar;
+ #endif
+ 
================================================================


More information about the pld-cvs-commit mailing list