wok diff superswitcher/receipt @ rev 9264

unfs3: fix BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 15 12:26:04 2011 +0100 (2011-03-15)
parents 4897058add72
children 66bf43586a94
line diff
     1.1 --- a/superswitcher/receipt	Sun Feb 28 17:49:32 2010 +0100
     1.2 +++ b/superswitcher/receipt	Tue Mar 15 12:26:04 2011 +0100
     1.3 @@ -15,6 +15,14 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +
     1.8 +	# Fix from Gentoo: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild
     1.9 +	patch -p1 < $stuff/superswitcher-0.6-wnck-workspace.patch
    1.10 +	sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am 
    1.11 +	aclocal
    1.12 +	autoconf
    1.13 +	automake --add-missing
    1.14 +
    1.15  	./configure \
    1.16  		--prefix=/usr \
    1.17  		--infodir=/usr/share/info \