ports/emulators/jzintv/files/patch-sdl.h
Rong-En Fan 2f05872e03 jzIntv is an emulator for the Mattel Intellivision(TM)
videogame.

WWW: http://spatula-city.org/~im14u2c/intv/

PR:		ports/122481
Submitted by:	Ganael Laplanche <ganael.laplanche at martymac.com>
2008-04-06 15:14:27 +00:00

18 lines
558 B
C

--- src/sdl.h.orig 2006-07-06 10:11:46.000000000 +0800
+++ src/sdl.h 2008-04-06 21:15:05.000000000 +0800
@@ -2,15 +2,6 @@
/* Wrapper around "#include <SDL / *>" to handle BSD's oddness. */
/* ======================================================================== */
-#ifdef __FreeBSD__
-# define SDL_H_ 1
-# include <SDL11/SDL.h>
-# include <SDL11/SDL_audio.h>
-# include <SDL11/SDL_events.h>
-# include <SDL11/SDL_error.h>
-# include <SDL11/SDL_thread.h>
-#endif
-
#ifndef SDL_H_
# define SDL_H_ 1
# include <SDL/SDL.h>