mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10: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
151 B
C++
14 lines
151 B
C++
|
|
$FreeBSD$
|
|
|
|
--- sound.h.orig
|
|
+++ sound.h
|
|
@@ -1,7 +1,7 @@
|
|
#ifndef _SOUND_H
|
|
#define _SOUND_H
|
|
|
|
-#include "SDL/SDL.h"
|
|
+#include "SDL.h"
|
|
|
|
|
|
class MEM;
|