diff options
Diffstat (limited to 'tools/depends/target/libsdl/Makefile')
-rw-r--r-- | tools/depends/target/libsdl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/depends/target/libsdl/Makefile b/tools/depends/target/libsdl/Makefile index 530a10c5a9..e539915650 100644 --- a/tools/depends/target/libsdl/Makefile +++ b/tools/depends/target/libsdl/Makefile @@ -1,5 +1,5 @@ include ../../Makefile.include -DEPS= ../../Makefile.include Makefile 01-SDL_SetWidthHeight.patch 02-OSX_interpretKeyEvents.patch 03-mavericks-compile.patch 04-fix_external_screen_crash.patch 05-x11-xdata32.patch +DEPS= ../../Makefile.include Makefile 01-SDL_SetWidthHeight.patch 02-OSX_interpretKeyEvents.patch 03-mavericks-compile.patch 04-fix_external_screen_crash.patch # lib name, version LIBNAME=SDL @@ -27,7 +27,6 @@ $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS) cd $(PLATFORM); patch -p0 < ../02-OSX_interpretKeyEvents.patch cd $(PLATFORM); patch -p0 < ../03-mavericks-compile.patch cd $(PLATFORM); patch -p0 < ../04-fix_external_screen_crash.patch - cd $(PLATFORM); patch -p1 < ../05-x11-xdata32.patch cd $(PLATFORM); ./autogen.sh cd $(PLATFORM); $(CONFIGURE) |