openbsd-ports/games/bzflag/patches/patch-src_mediafile_PNGImageFile_cxx
sthen 192f13f1bf Update bzflag to 2.0.12; from Brad with some tweaks from ajacoutot
and myself. Amongst other things, this fixes some 64-bit issues.
ok ajacoutot@
2009-09-02 08:52:22 +00:00

14 lines
405 B
Plaintext

$OpenBSD: patch-src_mediafile_PNGImageFile_cxx,v 1.2 2009/09/02 08:52:22 sthen Exp $
--- src/mediafile/PNGImageFile.cxx.orig Sun Apr 6 01:30:49 2008
+++ src/mediafile/PNGImageFile.cxx Thu Apr 9 01:04:26 2009
@@ -16,8 +16,7 @@
#include <string.h>
#include "Pack.h"
#include "bzfio.h"
-#include "../zlib/zconf.h"
-#include "../zlib/zlib.h"
+#include <zlib.h>
#ifndef _WIN32
#include <netinet/in.h>