wok diff gsoap/receipt @ rev 15751

Up and fix xorg-server (1.12.4) Removed Kdrive who should be in xorg-server-* pkgs and save space on iSO
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 03 12:43:42 2014 +0100 (2014-01-03)
parents 7bb096863642
children 61564be8a464
line diff
     1.1 --- a/gsoap/receipt	Sat Sep 14 17:06:00 2013 +0000
     1.2 +++ b/gsoap/receipt	Fri Jan 03 12:43:42 2014 +0100
     1.3 @@ -17,6 +17,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	sed -i 's/aclocal-.{am__api_version}/aclocal/' configure
     1.8 +	sed -i 's/automake-.{am__api_version}/automake/' configure
     1.9  	CXXFLAGS=-fPIC CFLAGS=-fPIC LDFLAGS=-fPIC ./configure \
    1.10  	$CONFIGURE_ARGS && make -j1 && make install
    1.11  }