mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
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)
14 lines
200 B
C
14 lines
200 B
C
|
|
$FreeBSD$
|
|
|
|
--- main.h.orig
|
|
+++ main.h
|
|
@@ -17,7 +17,7 @@
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
#include <math.h>
|
|
-#include "SDL/SDL.h"
|
|
+#include "SDL.h"
|
|
|
|
#include "keyboard.h"
|
|
#include "cpu.h"
|