ports/devel/pwlib/files/patch-src_ptclib_vsdl.cxx
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
235 B
C++

--- src/ptclib/vsdl.cxx.orig Thu Sep 21 00:50:56 2006
+++ src/ptclib/vsdl.cxx Thu Sep 21 00:51:11 2006
@@ -102,11 +102,7 @@
extern "C" {
-#if defined(P_FREEBSD)
-#include <SDL11/SDL.h>
-#else
#include <SDL/SDL.h>
-#endif
};