wok diff gnaughty/receipt @ rev 22248
updated xorg-xbacklight (1.1.2 -> 1.2.3)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Nov 12 16:33:16 2019 +0100 (2019-11-12) |
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 Nov 12 16:33:16 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 }