freebsd-ports/games/scorched3d-devel/files/patch-src-scorched-main.cpp
Edwin Groothuis 27d4d9a537 Update port: games/scorched3d-devel - INCLUDE SECURITY FIX
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>
2004-12-21 23:27:27 +00:00

11 lines
320 B
C++

--- ./src/scorched/main.cpp.orig Fri May 28 00:24:45 2004
+++ ./src/scorched/main.cpp Sun May 30 22:43:49 2004
@@ -20,7 +20,7 @@
#include <wx/wx.h>
#include <wx/utils.h>
-#include <SDL/SDL.h>
+#include <SDL11/SDL.h>
#include <client/ClientMain.h>
#include <client/ClientSave.h>
#include <client/ScorchedClient.h>