mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
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>
11 lines
262 B
C++
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
|