openbsd-ports/games/manaplus/patches/patch-src_resources_imagewriter_cpp
jasper c60844fbea import manaplus 1.1.6.26
ManaPlus is an extended client for The Mana World and similar
eAthena-based MMORPG game servers.

from jona joachim (MAINTAINER) with tweaksy by landry@ and me.
ok landry@
2011-07-10 09:56:51 +00:00

15 lines
376 B
Plaintext

$OpenBSD: patch-src_resources_imagewriter_cpp,v 1.1.1.1 2011/07/10 09:56:51 jasper Exp $
--- src/resources/imagewriter.cpp.orig Sun Jun 26 16:54:01 2011
+++ src/resources/imagewriter.cpp Sun Jun 26 16:54:49 2011
@@ -24,8 +24,8 @@
#include "log.h"
-#include <png.h>
-#include <SDL.h>
+#include <libpng/png.h>
+#include <SDL/SDL.h>
#include <string>
#include "debug.h"