summaryrefslogtreecommitdiffstats
path: root/src/sdl_gfx.mk
diff options
context:
space:
mode:
authorNiels Kristian Bech Jensen <nkbj1970@hotmail.com>2013-11-10 06:47:13 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-11-10 06:47:13 (GMT)
commit2c8ec4dc8c8e212ff0a3c7191e79736b253ec143 (patch)
tree33e19a0067859ea3e69eecc305ed693f2deb0bd2 /src/sdl_gfx.mk
parentf5d224ce5a91fd7d46de4efa7ed7253db0780095 (diff)
downloadmxe-2c8ec4dc8c8e212ff0a3c7191e79736b253ec143.zip
mxe-2c8ec4dc8c8e212ff0a3c7191e79736b253ec143.tar.gz
mxe-2c8ec4dc8c8e212ff0a3c7191e79736b253ec143.tar.bz2
update packages cminpack imagemagick ocaml-lablgl ocaml-lablgtk2 sdl_gfx
Diffstat (limited to 'src/sdl_gfx.mk')
-rw-r--r--src/sdl_gfx.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/sdl_gfx.mk b/src/sdl_gfx.mk
index 05ae172..3f54159 100644
--- a/src/sdl_gfx.mk
+++ b/src/sdl_gfx.mk
@@ -3,8 +3,8 @@
PKG := sdl_gfx
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 2.0.24
-$(PKG)_CHECKSUM := 34e8963188e4845557468a496066a8fa60d5f563
+$(PKG)_VERSION := 2.0.25
+$(PKG)_CHECKSUM := 20a89d0b71b7b790b830c70f17ed2c44100bc0f4
$(PKG)_SUBDIR := SDL_gfx-$($(PKG)_VERSION)
$(PKG)_FILE := SDL_gfx-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.ferzkopp.net/Software/SDL_gfx-2.0/$($(PKG)_FILE)
@@ -17,14 +17,9 @@ define $(PKG)_UPDATE
head -1
endef
-# --disable-mmx: the GCC ASM never worked properly (segfaults), and
-# doesn't compile on 64bit. This is fixed for the future SDL2_gfx:
-# http://sourceforge.net/p/sdl2gfx/code/HEAD/tree/trunk/SDL2_imageFilter.c
-# No plans for SDL(1)_gfx, but see https://gitorious.org/sdlgfx/asm/
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
- --disable-mmx \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--with-sdl-prefix='$(PREFIX)/$(TARGET)'