wok diff gmp/receipt @ rev 14349

yad, yad-gtk3: up 0.20.3; add libzeitgeist*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Apr 15 02:19:33 2013 +0000 (2013-04-15)
parents ecf8eec52630
children 2b9f96603415
line diff
     1.1 --- a/gmp/receipt	Wed Apr 11 17:36:00 2012 +0200
     1.2 +++ b/gmp/receipt	Mon Apr 15 02:19:33 2013 +0000
     1.3 @@ -10,7 +10,7 @@
     1.4  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     1.5  
     1.6  DEPENDS="glibc-base"
     1.7 -BUILD_DEPENDS="binutils"
     1.8 +BUILD_DEPENDS="binutils m4"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -22,7 +22,7 @@
    1.13  	# gmp try to cook for 64bits system if kernel can support when using
    1.14  	# tmp toolchain. Not only and this export does nothing !!!
    1.15  	export ABI=32
    1.16 -	./configure $CONFIGURE_ARGS &&
    1.17 +	./configure $CONFIGURE_ARGS --enable-cxx &&
    1.18  	make &&
    1.19  	# -j > 1 make install fails.
    1.20  	make -j 1 install