freebsd-ports/games/nehquake/files/patch-src__dzipmain.c
Alejandro Pulver 473b52d2f5 This Nehahra engine is basically a bug-fixed version of the released 2.54
source. It has also most of the fixes/features of the Enhanced GLQuake
version. The engine can be used for both watching the "Seal of Nehahra" movie
and for playing the actual game.

WWW: http://planetquake.com/nehahra/

Approved by:	garga (mentor)
2006-05-19 16:51:26 +00:00

11 lines
212 B
C

--- ./src/dzipmain.c.orig Tue Nov 1 14:54:40 2005
+++ ./src/dzipmain.c Tue May 16 17:36:22 2006
@@ -5,7 +5,7 @@
#include <sys/utime.h>
#endif
-#ifdef __linux__
+#ifdef __unix__
#include <errno.h>
#endif