wok-next rev 19920

apache: update bdeps; libsdl: tiny patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 18:38:33 2017 +0200 (2017-10-14)
parents 018320afe651
children 35e4e72e7e90
files apache/receipt libsdl/receipt
line diff
     1.1 --- a/apache/receipt	Sat Oct 14 16:17:52 2017 +0200
     1.2 +++ b/apache/receipt	Sat Oct 14 18:38:33 2017 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4  
     1.5  DEPENDS="apr-util apr openssl pcre util-linux-uuid expat zlib"
     1.6  BUILD_DEPENDS="apr-util-dev apr-dev openssl-dev sed expat-dev zlib-dev \
     1.7 -util-linux-uuid-dev openldap-dev bash"
     1.8 +util-linux-uuid-dev openldap-dev bash pcre-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
     2.1 --- a/libsdl/receipt	Sat Oct 14 16:17:52 2017 +0200
     2.2 +++ b/libsdl/receipt	Sat Oct 14 18:38:33 2017 +0200
     2.3 @@ -29,6 +29,7 @@
     2.4  	patch -Np1 -i $stuff/sdl-$VERSION-fix-mouse-clicking.patch
     2.5  	patch -Np1 -i $stuff/sdl-$VERSION-fix-disappearing-cursor.patch
     2.6  	patch -Np1 -i $stuff/sdl-1.2.14-add-XGetRequest-symbol.patch
     2.7 +	sed -i 's/"=X" (mem)/"=m" (mem)/' src/video/mmx.h
     2.8  	./configure $CONFIGURE_ARGS && make && make install
     2.9  }
    2.10