freebsd-ports/devel/pwlib/files/patch-include_ptclib_vsdl.h
Stanislav Sedov e3e93cf1c2 - Fix the port to work with the updated SDL version (1.2.11)
PR:		ports/103448
Submitted by:	Diane Bruce <db@db.net>
Approved by:	krion (portmgr), sem (mentor)
2006-09-21 09:40:53 +00:00

14 lines
261 B
C

--- include/ptclib/vsdl.h.orig Thu Sep 21 00:49:29 2006
+++ include/ptclib/vsdl.h Thu Sep 21 00:49:53 2006
@@ -98,11 +98,7 @@
#if P_SDL
#include <ptlib.h>
-#if defined(P_FREEBSD)
-#include <SDL11/SDL.h>
-#else
#include <SDL/SDL.h>
-#endif
#undef main