summaryrefslogtreecommitdiff
path: root/games/egl/files/patch-include__zlibpng__zconf.h
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-05-25 18:44:00 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-05-25 18:44:00 +0000
commit9f2d15ac29a5ce7a43b10e74a22a2ef0e8a07d5e (patch)
tree44ba20be327bec2083df89f0d24db58ac94cb024 /games/egl/files/patch-include__zlibpng__zconf.h
parentAdding port net/p5-Net-FTP-File, a sub-classed replacement for Net::FTP with ... (diff)
Enhaced OpenGL only Quake II engine.
WWW: http://egl.quakedev.com/ Approved by: garga (mentor, implicitly)
Diffstat (limited to 'games/egl/files/patch-include__zlibpng__zconf.h')
-rw-r--r--games/egl/files/patch-include__zlibpng__zconf.h11
1 files changed, 11 insertions, 0 deletions
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