wok diff gamin/receipt @ rev 18520

Up: tazpkg-test(851): new fr.po
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 25 22:20:52 2015 +0200 (2015-10-25)
parents a00bf44ed23d
children 86790a278e70
line diff
     1.1 --- a/gamin/receipt	Sat Aug 10 22:18:41 2013 +0000
     1.2 +++ b/gamin/receipt	Sun Oct 25 22:20:52 2015 +0200
     1.3 @@ -9,7 +9,9 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.gnome.org/~veillard/gamin/"
     1.6  WGET_URL="http://www.gnome.org/~veillard/gamin/sources/$TARBALL"
     1.7 -CROSS="error: cannot run test program while cross compiling"
     1.8 +
     1.9 +#HOST_ARCH="i486 arm"
    1.10 +CROSS_BUGS="error: cannot run test program while cross compiling"
    1.11  
    1.12  DEPENDS="glib"
    1.13  BUILD_DEPENDS="pkg-config glib glib-dev gtk+-dev"
    1.14 @@ -17,8 +19,6 @@
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 -	cd $src
    1.19 -
    1.20  	# Don't use deprecated G_CONST_RETURN. Fixes building with newer glib versions.
    1.21  	# (gamin v0.1.10)
    1.22  	cd server
    1.23 @@ -26,13 +26,15 @@
    1.24  		-i gam_node.c gam_node.h gam_subscription.c gam_subscription.h \
    1.25  		|| return 1
    1.26  	cd ..
    1.27 -
    1.28 +	
    1.29 +	export have_abstract_sockets=yes
    1.30 +	export ac_cv_have_abstract_sockets=yes
    1.31 +	
    1.32  	./configure \
    1.33  		--prefix=/usr \
    1.34  		--sysconfdir=/etc \
    1.35  		--libexecdir=/usr/lib/gamin \
    1.36 -		--build=$HOST_SYSTEM \
    1.37 -		--host=$HOST_SYSTEM &&
    1.38 +		$CONFIGURE_ARGS &&
    1.39  	make &&
    1.40  	mkdir -p $DESTDIR/usr/include &&
    1.41  	make -j1 DESTDIR=$DESTDIR install