pkgsrc-wip/cube/patches/patch-ad
Peter Postma 7c1e05fc3b Import cube_2004_05_22.
Cube is an open source multiplayer and singleplayer first person shooter
game built on an entirely new and very unconventional engine.  Cube is a
landscape-style engine that pretends to be an indoor FPS engine, which
combines very high precision dynamic occlusion culling with a form of
geometric mipmapping on the whole world for dynamic LOD for configurable
fps & graphic detail on most machines.  Uses OpenGL & SDL.
2004-06-11 10:53:36 +00:00

16 lines
377 B
Text

$NetBSD: patch-ad,v 1.1.1.1 2004/06/11 10:53:37 ppostma Exp $
--- source/enet/include/enet/unix.h.orig 2004-01-29 19:57:02.000000000 +0100
+++ source/enet/include/enet/unix.h 2004-06-10 01:31:41.000000000 +0200
@@ -28,9 +28,11 @@
size_t dataLength;
} ENetBuffer;
+#if 0
#ifndef HAS_SOCKLEN_T
typedef int socklen_t;
#endif
+#endif
#endif /* __ENET_UNIX_H__ */