# HG changeset patch # User Hans-G?nter Theisgen # Date 1582556078 -3600 # Node ID 38d6dbd8db71d30519dd869bb8a33fb88b674e1c # Parent 9d5163f5da3f718c22f095eb1cde45e988b76b1d gtk+3: Try to cheat configure diff -r 9d5163f5da3f -r 38d6dbd8db71 gtk+3/receipt --- a/gtk+3/receipt Mon Feb 24 14:07:58 2020 +0100 +++ b/gtk+3/receipt Mon Feb 24 15:54:38 2020 +0100 @@ -40,6 +40,10 @@ # Rules to configure and make the package. compile_rules() { + # With cups-2.3.1 installed, configure says CUPS >= 1.2 not found + # Try to cheat configure by: + sed -i '25179a CUPS_API_MAJOR=1' configure + ./configure \ --prefix=/usr \ --sysconfdir=/etc \