ports/devel/ptlib/files/patch-src_ptclib_vsdl.cxx
Gabor Kovesdan 38642b095a PWLib is a multi-platform code library that can be used to write
applications that will compile and run on the BSD Unixes, Windows, Linux
and a few other Unix variants. It was developed by Equivalence Ltd Pty.

It is used by the OpenH323 library.

WWW: http://www.openh323.org/

PR:		ports/131129
Submitted by:	"Eric L. Chen" <d9364104@mail.nchu.edu.tw>
2009-02-21 19:01:07 +00:00

11 lines
262 B
C++

--- src/ptclib/vsdl.cxx.orig 2008-09-25 14:50:57.000000000 +0800
+++ src/ptclib/vsdl.cxx 2008-09-25 14:51:48.000000000 +0800
@@ -44,7 +44,7 @@
extern "C" {
#if defined(P_FREEBSD)
-#include <SDL11/SDL.h>
+#include <SDL.h>
#else
#include <SDL/SDL.h>
#endif