openbsd-ports/games/foobillard/patches/patch-src_png_loader_c
phessler 7a5c0b3dfe FooBillard is a free OpenGL-billard game for Linux with realistic
physics, AI-player and many gametypes like pool carambol or snooker. Why
foo? Well, actually I had this logo (F.B.-Florian Berger) and then foo
sounds a bit like pool (Somehow I wasn't quite attracted by the name
FoolBillard) The main physics is quite mature but not yet perfect. If
you are a billard-pro and you're missing some physics, please tell me.
Cause I've implemented it like I think it should work, which might
differ from reality.
2010-10-24 20:19:48 +00:00

13 lines
304 B
Plaintext

$OpenBSD: patch-src_png_loader_c,v 1.1.1.1 2010/10/24 20:19:48 phessler Exp $
--- src/png_loader.c.orig Sun Jan 18 00:20:15 2009
+++ src/png_loader.c Sun Jan 18 00:20:35 2009
@@ -26,7 +26,7 @@
#endif
#if COMPILE_PNG_CODE
- #include <png.h>
+ #include <libpng/png.h>
#else
#endif
#include <math.h>