wok-current diff libxcb/receipt @ rev 14604

Xorg marathon. Day 1. (Carefully check versions, (build-)depends, pretty-print receipts)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 31 00:58:07 2013 +0000 (2013-05-31)
parents 6726368e98f2
children c56cdaa324e6
line diff
     1.1 --- a/libxcb/receipt	Mon May 27 18:54:02 2013 +0000
     1.2 +++ b/libxcb/receipt	Fri May 31 00:58:07 2013 +0000
     1.3 @@ -11,17 +11,19 @@
     1.4  WGET_URL="${WEB_SITE}dist/$TARBALL"
     1.5  
     1.6  DEPENDS="glibc-base xorg-libXau xorg-libXdmcp"
     1.7 -# autoconf and automake in bdeps breaks build (but, see warnings in log)
     1.8 -BUILD_DEPENDS="libxslt-dev xcb-proto xorg-libXau-dev xorg-libXdmcp-dev"
     1.9 +BUILD_DEPENDS="libxslt-dev xcb-proto xorg-libXau-dev xorg-libXdmcp-dev \
    1.10 +autoconf automake libtool"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15  	# http://www.linuxfromscratch.org/blfs/view/svn/x/libxcb.html
    1.16  	sed -i "s|pthread-stubs||" $src/configure.ac &&
    1.17 +	autoreconf -fi &&
    1.18  	./configure \
    1.19  		--enable-xinput \
    1.20  		--disable-build-docs \
    1.21 +		--disable-static \
    1.22  		$CONFIGURE_ARGS &&
    1.23  	make &&
    1.24  	make DESTDIR=$DESTDIR install