1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/games/egl/files/patch-include__zlibpng__zconf.h
Alejandro Pulver 9f2d15ac29 Enhaced OpenGL only Quake II engine.
WWW: http://egl.quakedev.com/

Approved by:	garga (mentor, implicitly)
2006-05-25 18:44:00 +00:00

12 lines
397 B
C

--- ./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