diff options
author | roam <roam@FreeBSD.org> | 2001-04-17 10:56:41 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-04-17 10:56:41 +0000 |
commit | 6593996ba077814d9f5e2e595573072bd84986c9 (patch) | |
tree | 0ce2f97c70705c1f21cae2028c325a0c2475f399 /games | |
parent | ca4ef971a994720fcf9a5c6cc10492c04027a31d (diff) | |
download | FreeBSD-ports-6593996ba077814d9f5e2e595573072bd84986c9.zip FreeBSD-ports-6593996ba077814d9f5e2e595573072bd84986c9.tar.gz |
Fix build with SDL.
PR: 26434
Submitted by: maintainer
Diffstat (limited to 'games')
-rw-r--r-- | games/uclient/files/patch-ab | 2 | ||||
-rw-r--r-- | games/uclient/files/patch-ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/uclient/files/patch-ab b/games/uclient/files/patch-ab index faff309..5b23e0a 100644 --- a/games/uclient/files/patch-ab +++ b/games/uclient/files/patch-ab @@ -5,7 +5,7 @@ */ extern "C" { -#include <SDL_version.h> -+#include <SDL/SDL_version.h> ++#include <SDL11/SDL_version.h> } #include <varconf/Config.h> diff --git a/games/uclient/files/patch-ac b/games/uclient/files/patch-ac index 4450ed0..af5a050 100644 --- a/games/uclient/files/patch-ac +++ b/games/uclient/files/patch-ac @@ -5,7 +5,7 @@ #include <uta/resources.h> #include <uta/version.h> -#include <SDL_version.h> -+#include <SDL/SDL_version.h> ++#include <SDL11/SDL_version.h> using namespace uta; #include "dii/dii.h" |