summaryrefslogtreecommitdiff
path: root/games/scorched3d/files/patch-configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'games/scorched3d/files/patch-configure.ac')
-rw-r--r--games/scorched3d/files/patch-configure.ac24
1 files changed, 0 insertions, 24 deletions
diff --git a/games/scorched3d/files/patch-configure.ac b/games/scorched3d/files/patch-configure.ac
deleted file mode 100644
index e25bb76ccf30..000000000000
--- a/games/scorched3d/files/patch-configure.ac
+++ /dev/null
@@ -1,24 +0,0 @@
---- ./configure.ac.orig Wed May 26 14:01:15 2004
-+++ ./configure.ac Sun May 30 22:43:42 2004
-@@ -37,8 +37,8 @@
- have_SDLmixer=yes
- if test "x$enable_sdltest" = "xyes" ; then
- AC_TRY_COMPILE([
-- #include <SDL/SDL.h>
-- #include <SDL/SDL_mixer.h>
-+ #include <SDL11/SDL.h>
-+ #include <SDL11/SDL_mixer.h>
-
- int main(int argc, char *argv[])
- { return 0; }
-@@ -64,8 +64,8 @@
- have_SDLnet=yes
- if test "x$enable_sdltest" = "xyes" ; then
- AC_TRY_COMPILE([
-- #include <SDL/SDL.h>
-- #include <SDL/SDL_net.h>
-+ #include <SDL11/SDL.h>
-+ #include <SDL11/SDL_net.h>
-
- int main(int argc, char *argv[])
- { return 0; }