wok-6.x rev 24754
etherape: goocanvas dependency modified
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 17 07:29:02 2022 +0100 (2022-03-17) |
parents | c31852fe271f |
children | 1af9873b4c17 |
files | etherape/receipt |
line diff
1.1 --- a/etherape/receipt Thu Mar 17 06:39:40 2022 +0100 1.2 +++ b/etherape/receipt Thu Mar 17 07:29:02 2022 +0100 1.3 @@ -32,6 +32,9 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + # etherape should work with goocanvas-3.0 as well 1.8 + sed -i 's|goocanvas-2.0|goocanvas-3.0|' configure && 1.9 + 1.10 ./configure \ 1.11 --prefix=/usr \ 1.12 --libdir=/usr/lib \