# HG changeset patch # User Hans-G?nter Theisgen # Date 1647498542 -3600 # Node ID aa66605526f6d8b1d09bf3b352c1d61179161bcc # Parent c31852fe271f55b31de204fac347c0d37306bc34 etherape: goocanvas dependency modified diff -r c31852fe271f -r aa66605526f6 etherape/receipt --- a/etherape/receipt Thu Mar 17 06:39:40 2022 +0100 +++ b/etherape/receipt Thu Mar 17 07:29:02 2022 +0100 @@ -32,6 +32,9 @@ # Rules to configure and make the package. compile_rules() { + # etherape should work with goocanvas-3.0 as well + sed -i 's|goocanvas-2.0|goocanvas-3.0|' configure && + ./configure \ --prefix=/usr \ --libdir=/usr/lib \