# HG changeset patch # User Pascal Bellard # Date 1424253725 -3600 # Node ID 5f652b930fb95e99e301c6ced80aeff54e9489b4 # Parent c7c3567bd8d470d25fb96ac2e4c4d27868da35c6 tix: tcl 8.6 support diff -r c7c3567bd8d4 -r 5f652b930fb9 notecase/receipt --- a/notecase/receipt Wed Feb 18 09:35:09 2015 +0100 +++ b/notecase/receipt Wed Feb 18 11:02:05 2015 +0100 @@ -12,7 +12,8 @@ TAGS="office notes" DEPENDS="gnome-vfs gtksourceview" -BUILD_DEPENDS="gtk+-dev pixman-dev gtksourceview-dev gnome-vfs-dev GConf-dev" +BUILD_DEPENDS="gtk+-dev pixman-dev gtksourceview-dev gnome-vfs-dev GConf-dev \ +pkg-config" # Rules to configure and make the package. compile_rules() diff -r c7c3567bd8d4 -r 5f652b930fb9 tix/receipt --- a/tix/receipt Wed Feb 18 09:35:09 2015 +0100 +++ b/tix/receipt Wed Feb 18 11:02:05 2015 +0100 @@ -18,6 +18,10 @@ # compile_rules() { + # tcl 8.6 support + sed -i 's|#include.*tcl\.h.*|#define USE_INTERP_RESULT 1\n&|' \ + generic/tix.h generic/tixPort.h generic/tixUtils.c \ + PyTix-2.0/2.0/_tkinter.c PyTix-2.0/2.0/tkappinit.c ./configure --prefix=/usr $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install diff -r c7c3567bd8d4 -r 5f652b930fb9 util-linux/receipt --- a/util-linux/receipt Wed Feb 18 09:35:09 2015 +0100 +++ b/util-linux/receipt Wed Feb 18 11:02:05 2015 +0100 @@ -13,8 +13,8 @@ HOST_ARCH="i486 arm" LOCALE="" -DEPENDS="" -BUILD_DEPENDS="ncurses-dev zlib-dev" +DEPENDS="ncurses" +BUILD_DEPENDS="ncurses-dev zlib-dev udev-dev" # Rules to configure and make the package. compile_rules() diff -r c7c3567bd8d4 -r 5f652b930fb9 vfu/receipt --- a/vfu/receipt Wed Feb 18 09:35:09 2015 +0100 +++ b/vfu/receipt Wed Feb 18 11:02:05 2015 +0100 @@ -16,8 +16,7 @@ # Rules to configure and make the package. compile_rules() { - sed -i 's|lncurses|& -ltinfo|' */Makefile */mm.conf - make + make LDDEF=-ltinfo } # Rules to gen a SliTaz package suitable for Tazpkg.