wok-6.x rev 13753
xpad: try to fix build
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jan 03 00:29:09 2013 +0000 (2013-01-03) |
parents | eceda27fe4a8 |
children | c9439823a4b3 |
files | xpad/receipt |
line diff
1.1 --- a/xpad/receipt Wed Jan 02 22:16:05 2013 +0000 1.2 +++ b/xpad/receipt Thu Jan 03 00:29:09 2013 +0000 1.3 @@ -10,12 +10,13 @@ 1.4 WGET_URL="https://launchpad.net/xpad/trunk/$VERSION/+download/$TARBALL" 1.5 HANDBOOK_URL="http://www.slitaz.org/doc/handbook/utilities.html#xpad" 1.6 1.7 -DEPENDS="gtk+ util-linux-ng-uuid xorg-libICE xorg-libSM" 1.8 +DEPENDS="gtk+ util-linux-uuid xorg-libICE xorg-libSM" 1.9 BUILD_DEPENDS="gtk+-dev xorg-libSM-dev wget" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 + sed -i '/#include <glib\/glist.h>/d' src/xpad-undo.c 1.15 ./configure $CONFIGURE_ARGS && 1.16 make && make install 1.17 }