This is an update to the last released version of that game. It include a security fix that the current FreeBSD port is affected. (see http://marc.theaimsgroup.com/?l=bugtraq&m=108152473130133&w=2) Note that i did set myself as maintener after proposition from Nuno Teixeira <nunotex@freeshell.org> by email. PR: ports/67541 Submitted by: Guy P. <guy@device.dyndns.org>
13 lines
421 B
C++
13 lines
421 B
C++
--- ./src/scorched/MainDialog.cpp.orig Tue May 18 00:45:23 2004
|
|
+++ ./src/scorched/MainDialog.cpp Sun May 30 22:43:49 2004
|
|
@@ -25,8 +25,8 @@
|
|
#include <wx/msgdlg.h>
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <windows.h>
|
|
-#include <SDL/SDL.h>
|
|
-#include <SDL/SDL_net.h>
|
|
+#include <SDL11/SDL.h>
|
|
+#include <SDL11/SDL_net.h>
|
|
#include <scorched/MainDialog.h>
|
|
#include <scorched/HtmlHelpDialog.h>
|
|
#include <scorched/NetDialog.h>
|