wok diff gnaughty/receipt @ rev 21945

updated speedcrunch ( -> 0.11)
author Hans-G?nter Theisgen
date Tue Oct 08 15:21:17 2019 +0100 (2019-10-08)
parents 17e313b5b9c1
children 76493155fc0a
line diff
     1.1 --- a/gnaughty/receipt	Tue Feb 17 09:42:47 2015 +0100
     1.2 +++ b/gnaughty/receipt	Tue Oct 08 15:21:17 2019 +0100
     1.3 @@ -16,9 +16,9 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lgthread-2.0"
     1.9  	sed -i 's|curl/types|curl/curl|' src/http.c
    1.10 +	sed -i 's/test -z "\$(gladedir)".*/& || true/' src/Makefile.in
    1.11  	./configure --prefix=/usr &&
    1.12  	make &&	make -j 1 install
    1.13  }