diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-21 09:40:53 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-21 09:40:53 +0000 |
commit | e3e93cf1c21ae95c2e5b1329b01508fd0ec97bb7 (patch) | |
tree | aa5fb7dc1f5daae01138a23d80914f46d3dfb59a /devel/pwlib/files/patch-src_ptclib_vsdl.cxx | |
parent | - Fix rcNG script (handle restart, allow $arpwatch_dir setting) (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=173517
Diffstat (limited to 'devel/pwlib/files/patch-src_ptclib_vsdl.cxx')
-rw-r--r-- | devel/pwlib/files/patch-src_ptclib_vsdl.cxx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/pwlib/files/patch-src_ptclib_vsdl.cxx b/devel/pwlib/files/patch-src_ptclib_vsdl.cxx new file mode 100644 index 000000000000..0ab00eec7ad0 --- /dev/null +++ b/devel/pwlib/files/patch-src_ptclib_vsdl.cxx @@ -0,0 +1,14 @@ +--- 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 + + }; + |