1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/games/scorched3d/files/patch-src-engine-MainLoop.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

12 lines
354 B
C++

--- ./src/engine/MainLoop.cpp.orig Mon Feb 23 01:35:25 2004
+++ ./src/engine/MainLoop.cpp Sun May 30 22:43:49 2004
@@ -22,7 +22,7 @@
#include <common/OptionsDisplay.h>
#include <common/Defines.h>
#include <GLEXT/GLState.h>
-#include <SDL/SDL.h>
+#include <SDL11/SDL.h>
MainLoop::MainLoop() : exitLoop_(false), lastDrawTime_(0.0f), flip_(false)
{