wok-next diff gmp/receipt @ rev 20811

blazekiss: up (20170630); add icons
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 13 16:49:32 2018 +0300 (2018-06-13)
parents 90a5eb560fd6
children d5aab818505e
line diff
     1.1 --- a/gmp/receipt	Wed Feb 21 19:48:17 2018 +0200
     1.2 +++ b/gmp/receipt	Wed Jun 13 16:49:32 2018 +0300
     1.3 @@ -13,7 +13,7 @@
     1.4  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="binutils m4 ncurses-dev readline-dev texinfo"
     1.7 -SPLIT="gmp gmp-dev"
     1.8 +SPLIT="gmp-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	# Create generic libraries
    1.12 @@ -24,8 +24,10 @@
    1.13  		--enable-cxx \
    1.14  		--disable-static \
    1.15  		$CONFIGURE_ARGS &&
    1.16 +	fix libtool &&
    1.17  	# -j > 1 make install fails.
    1.18 -	make && make html && make install && make install-html
    1.19 +	make && make html &&
    1.20 +	make install && make install-html
    1.21  }
    1.22  
    1.23  testsuite() {