openbsd-ports/games/bzflag/patches/patch-src_bzflag_clientCommands_cxx
steven bd1a605c7f make it use our libz instead of building its own.
from Deanna Phillips <deanna at sdf.lonestar.org>
2006-09-30 12:45:16 +00:00

14 lines
425 B
Plaintext

$OpenBSD: patch-src_bzflag_clientCommands_cxx,v 1.1 2006/09/30 12:45:16 steven Exp $
--- src/bzflag/clientCommands.cxx.orig Fri Sep 22 13:12:01 2006
+++ src/bzflag/clientCommands.cxx Fri Sep 22 13:12:19 2006
@@ -14,8 +14,7 @@
#include "commands.h"
/* system implementation headers */
-#include "../zlib/zconf.h"
-#include "../zlib/zlib.h"
+#include <zlib.h>
/* common implementation headers */
#include "BZDBCache.h"