wok rev 22919

gtk+3: Try to cheat configure
author Hans-G?nter Theisgen
date Mon Feb 24 15:54:38 2020 +0100 (2020-02-24)
parents 9d5163f5da3f
children 070fb91070b2
files gtk+3/receipt
line diff
     1.1 --- a/gtk+3/receipt	Mon Feb 24 14:07:58 2020 +0100
     1.2 +++ b/gtk+3/receipt	Mon Feb 24 15:54:38 2020 +0100
     1.3 @@ -40,6 +40,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	# With cups-2.3.1 installed, configure says CUPS >= 1.2 not found
     1.8 +	# Try to cheat configure by:
     1.9 +	sed -i '25179a CUPS_API_MAJOR=1'	configure
    1.10 +
    1.11  	./configure				\
    1.12  		--prefix=/usr			\
    1.13  		--sysconfdir=/etc		\