aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-03-16 12:07:41 +0800
committeredwin <edwin@FreeBSD.org>2004-03-16 12:07:41 +0800
commit3b53cbdc5dcf7897020bf6d3ca2e1f460276ee35 (patch)
tree0dcfb19c5eeb34625c68b8d7d516f143ed848f69 /games
parent82eea87e47f93aff8267a8049d58883daf5056e2 (diff)
downloadfreebsd-ports-gnome-3b53cbdc5dcf7897020bf6d3ca2e1f460276ee35.tar.gz
freebsd-ports-gnome-3b53cbdc5dcf7897020bf6d3ca2e1f460276ee35.tar.zst
freebsd-ports-gnome-3b53cbdc5dcf7897020bf6d3ca2e1f460276ee35.zip
Add patch to make port build with the new devel/sdl12
Informed maintainer.
Diffstat (limited to 'games')
-rw-r--r--games/54321/files/patch-code::main.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/54321/files/patch-code::main.cpp b/games/54321/files/patch-code::main.cpp
new file mode 100644
index 000000000000..67ba1d47be41
--- /dev/null
+++ b/games/54321/files/patch-code::main.cpp
@@ -0,0 +1,11 @@
+--- code/main.cpp.orig Mon Mar 15 23:00:40 2004
++++ code/main.cpp Mon Mar 15 23:00:50 2004
+@@ -29,7 +29,7 @@
+ #include "life.h"
+ #include "lifeController.h"
+ extern "C" int
+- SDL_main( int argc, char** argv )
++ main( int argc, char** argv )
+ {
+ unsigned int initFlags = 0;
+ initFlags |= SDL_INIT_VIDEO;