From 9f2d15ac29a5ce7a43b10e74a22a2ef0e8a07d5e Mon Sep 17 00:00:00 2001 From: Alejandro Pulver Date: Thu, 25 May 2006 18:44:00 +0000 Subject: Enhaced OpenGL only Quake II engine. WWW: http://egl.quakedev.com/ Approved by: garga (mentor, implicitly) --- games/egl/files/patch-include__zlibpng__zconf.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/egl/files/patch-include__zlibpng__zconf.h (limited to 'games/egl/files/patch-include__zlibpng__zconf.h') diff --git a/games/egl/files/patch-include__zlibpng__zconf.h b/games/egl/files/patch-include__zlibpng__zconf.h new file mode 100644 index 000000000000..f99643bad20a --- /dev/null +++ b/games/egl/files/patch-include__zlibpng__zconf.h @@ -0,0 +1,11 @@ +--- ./include/zlibpng/zconf.h.orig Tue May 23 20:05:59 2006 ++++ ./include/zlibpng/zconf.h Tue May 23 20:06:00 2006 +@@ -254,7 +254,7 @@ + #if !defined(__MACTYPES__) + typedef unsigned char Byte; /* 8 bits */ + #endif +-#if !defined(__linux__) && !defined(__FreeBSD__) ++#ifndef __unix__ + typedef unsigned int uInt; /* 16 bits or more */ + typedef unsigned long uLong; /* 32 bits or more */ + #endif -- cgit v1.2.3