diff options
Diffstat (limited to 'devel/ptlib/files/patch-include_ptclib_vsdl.h')
-rw-r--r-- | devel/ptlib/files/patch-include_ptclib_vsdl.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ptlib/files/patch-include_ptclib_vsdl.h b/devel/ptlib/files/patch-include_ptclib_vsdl.h new file mode 100644 index 000000000000..9a375b4df972 --- /dev/null +++ b/devel/ptlib/files/patch-include_ptclib_vsdl.h @@ -0,0 +1,11 @@ +--- include/ptclib/vsdl.h.orig 2008-09-25 14:51:15.000000000 +0800 ++++ include/ptclib/vsdl.h 2008-09-25 14:52:15.000000000 +0800 +@@ -33,7 +33,7 @@ + + #include <ptlib.h> + #if defined(P_FREEBSD) +-#include <SDL11/SDL.h> ++#include <SDL.h> + #else + #include <SDL/SDL.h> + #endif |