mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
PR: ports/103448 Submitted by: Diane Bruce <db@db.net> Approved by: krion (portmgr), sem (mentor)
14 lines
235 B
C++
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
|
|
|
|
};
|
|
|