aboutsummaryrefslogtreecommitdiffstats
path: root/games/uhexen/files/patch-include__h2def.h
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /games/uhexen/files/patch-include__h2def.h
parentf474a16cfbfad1844b9c50e45e36a3a77f0c59b5 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
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