1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/emulators/yape/files/patch-interface.cpp
Marcus Alves Grando c9d9748b76 Update to 0.32.4 [1]
Mark IGNORE when system < 5.3 (don't have fmin(3) and fmax(3) functions)

PR:		87269 [1]
Submitted by:	Janos Mohacsi <janos.mohacsi@niif.hu> (maintainer)
2005-10-13 14:44:05 +00:00

15 lines
214 B
C++

$FreeBSD$
--- interface.cpp.orig
+++ interface.cpp
@@ -10,7 +10,7 @@
(c) 2000, 2001 Attila Grósz
*/
-#include "SDL/SDL.h"
+#include "SDL.h"
#include "tedmem.h"
#include "interface.h"
#include "archdep.h"