aboutsummaryrefslogtreecommitdiffstats
path: root/games/qonk/files
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2006-04-19 02:01:39 +0800
committeralepulver <alepulver@FreeBSD.org>2006-04-19 02:01:39 +0800
commit38ccaee2f4358b3b82b64e95af4c78f536c3e752 (patch)
tree3b3b02535fb151782700ec37554601bee258cda2 /games/qonk/files
parent1f203b0f85890c1dcadd0b3a6b76dac9eb5ea6ba (diff)
downloadfreebsd-ports-gnome-38ccaee2f4358b3b82b64e95af4c78f536c3e752.tar.gz
freebsd-ports-gnome-38ccaee2f4358b3b82b64e95af4c78f536c3e752.tar.zst
freebsd-ports-gnome-38ccaee2f4358b3b82b64e95af4c78f536c3e752.zip
- Update to version 0.0.2beta1.
- Remove USE_REINPLACE. Approved by: garga (mentor)
Diffstat (limited to 'games/qonk/files')
-rw-r--r--games/qonk/files/patch-SDL_gfxPrimitives.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/qonk/files/patch-SDL_gfxPrimitives.h b/games/qonk/files/patch-SDL_gfxPrimitives.h
new file mode 100644
index 000000000000..71d5e4ae3b20
--- /dev/null
+++ b/games/qonk/files/patch-SDL_gfxPrimitives.h
@@ -0,0 +1,11 @@
+--- SDL_gfxPrimitives.h.orig Sat Aug 6 08:53:38 2005
++++ SDL_gfxPrimitives.h Thu Apr 13 23:20:20 2006
+@@ -14,7 +14,7 @@
+ #define M_PI 3.141592654
+ #endif
+
+-#include <SDL/SDL.h>
++#include <SDL.h>
+
+ /* Set up for C function definitions, even when using C++ */
+ #ifdef __cplusplus