wok-current diff superswitcher/receipt @ rev 8843
Fix ruby-pkgconfig compile_rules()
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Fri Feb 25 00:22:45 2011 +0100 (2011-02-25) |
parents | 4897058add72 |
children | 66bf43586a94 |
line diff
1.1 --- a/superswitcher/receipt Sun Feb 28 17:49:32 2010 +0100 1.2 +++ b/superswitcher/receipt Fri Feb 25 00:22:45 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 \