wok diff tix/receipt @ rev 23079

updated liblinebreak and liblinebreak-dev (2.0 -> 2.1)
author Hans-G?nter Theisgen
date Tue Mar 10 16:26:23 2020 +0100 (2020-03-10)
parents 0f7d97c681bd
children 5f6c5106b1f5
line diff
     1.1 --- a/tix/receipt	Tue Nov 04 08:58:28 2014 +0100
     1.2 +++ b/tix/receipt	Tue Mar 10 16:26:23 2020 +0100
     1.3 @@ -18,6 +18,10 @@
     1.4  #
     1.5  compile_rules()
     1.6  {
     1.7 +	# tcl 8.6 support
     1.8 +	sed -i 's|#include.*tcl\.h.*|#define USE_INTERP_RESULT 1\n&|' \
     1.9 +		generic/tix.h generic/tixPort.h generic/tixUtils.c \
    1.10 +		PyTix-2.0/2.0/_tkinter.c PyTix-2.0/2.0/tkappinit.c
    1.11  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.12  	make &&
    1.13  	make DESTDIR=$DESTDIR install