wok diff libsdl-image/receipt @ rev 16621

mupdf: add debian patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 09 07:59:09 2014 +0000 (2014-05-09)
parents 6eff489aa802
children 087c88e4ce10
line diff
     1.1 --- a/libsdl-image/receipt	Tue Jun 11 11:57:36 2013 +0200
     1.2 +++ b/libsdl-image/receipt	Fri May 09 07:59:09 2014 +0000
     1.3 @@ -10,6 +10,7 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.libsdl.org/projects/SDL_image/"
     1.6  WGET_URL="http://www.libsdl.org/projects/SDL_image/release/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="libsdl libpng jpeg zlib tiff"
    1.10  BUILD_DEPENDS="libsdl-dev libpng-dev jpeg-dev zlib-dev tiff-dev"
    1.11 @@ -17,7 +18,6 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16  	./configure $CONFIGURE_ARGS \
    1.17  		LIBS=" -lz " &&
    1.18  	make && make install