Commit 5c3061c5 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: use a specific pre-release version of LibSDL 1.3 for Darwin (already...

contribs: use a specific pre-release version of LibSDL 1.3 for Darwin (already covered by the 5th contribs package)
parent e6072d0d
...@@ -2119,14 +2119,20 @@ CLEAN_PKG += tiff ...@@ -2119,14 +2119,20 @@ CLEAN_PKG += tiff
DISTCLEAN_PKG += tiff-$(TIFF_VERSION).tar.gz DISTCLEAN_PKG += tiff-$(TIFF_VERSION).tar.gz
# *************************************************************************** # ***************************************************************************
# SDL # LibSDL
# *************************************************************************** # ***************************************************************************
ifndef HAVE_DARWIN_OS
SDL-$(SDL_VERSION).tar.gz: SDL-$(SDL_VERSION).tar.gz:
$(WGET) $(SDL_URL) $(WGET) $(SDL_URL)
SDL: SDL-$(SDL_VERSION).tar.gz SDL: SDL-$(SDL_VERSION).tar.gz
$(EXTRACT_GZ) $(EXTRACT_GZ)
else
SDL:
$(SVN) co http://svn.libsdl.org/trunk/SDL -r 4444 SDL
(cd $@; sh autogen.sh)
endif
.SDL: SDL .SDL: SDL
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-audio --disable-video-x11 --disable-video-aalib --disable-video-dga --disable-video-fbcon --disable-video-directfb --disable-video-ggi --disable-video-svga --disable-directx --enable-joystick --disable-cdrom --disable-threads --disable-sdl-dlopen CFLAGS="$(CFLAGS)" && make && make install) (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-audio --disable-video-x11 --disable-video-aalib --disable-video-dga --disable-video-fbcon --disable-video-directfb --disable-video-ggi --disable-video-svga --disable-directx --enable-joystick --disable-cdrom --disable-threads --disable-sdl-dlopen CFLAGS="$(CFLAGS)" && make && make install)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment