summaryrefslogtreecommitdiff
path: root/games/uhexen/files/patch-include::h2def.h
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-02-10 15:13:40 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-02-10 15:13:40 +0000
commit51c65fff8cf8b2341340d899cbc60c124b67632d (patch)
tree5e9e46757ae73c32b2ee257d9f3e3ea4c4124620 /games/uhexen/files/patch-include::h2def.h
parentFix version number in pkg-comment (diff)
Add uhexen 0.601, yet another port of Hexen.
Notes
Notes: svn path=/head/; revision=75244
Diffstat (limited to 'games/uhexen/files/patch-include::h2def.h')
-rw-r--r--games/uhexen/files/patch-include::h2def.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/uhexen/files/patch-include::h2def.h b/games/uhexen/files/patch-include::h2def.h
new file mode 100644
index 000000000000..dda5deabb790
--- /dev/null
+++ b/games/uhexen/files/patch-include::h2def.h
@@ -0,0 +1,17 @@
+
+$FreeBSD$
+
+--- include/h2def.h 2003/02/10 14:43:33 1.1
++++ include/h2def.h 2003/02/10 14:46:37
+@@ -26,7 +26,11 @@
+
+ /* XXX ifdefs */
+
++#ifndef __FreeBSD__
+ typedef unsigned int uint;
++#else
++#include <sys/types.h>
++#endif
+
+ // Uncomment, to enable all timebomb stuff
+ //#define TIMEBOMB