mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
c9d9748b76
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)
15 lines
214 B
C++
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"
|