wok-current rev 22171
pcmanfm-legacy, spacefm: link with libxcb-util
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 08 12:05:48 2019 +0100 (2019-11-08) |
parents | a0dccc5d133d |
children | 0dd833f88cc4 |
files | daemon_controller/receipt linld/stuff/src/pipehole.awk pcmanfm-legacy/receipt spacefm/receipt |
line diff
1.1 --- a/daemon_controller/receipt Fri Nov 08 10:47:52 2019 +0100 1.2 +++ b/daemon_controller/receipt Fri Nov 08 12:05:48 2019 +0100 1.3 @@ -17,7 +17,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" 1.8 + local _gemdir="$(ruby -rrubygems -e'puts Gem.default_dir')" 1.9 gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL 1.10 } 1.11
2.1 --- a/linld/stuff/src/pipehole.awk Fri Nov 08 10:47:52 2019 +0100 2.2 +++ b/linld/stuff/src/pipehole.awk Fri Nov 08 12:05:48 2019 +0100 2.3 @@ -3,6 +3,7 @@ 2.4 { 2.5 sub(/segment word public/,"segment byte public") 2.6 2.7 + if (/^ ; $/) next 2.8 if (/^@.*:$/ || / endp$/) afterjmp=0 2.9 if (/^ \.386p$/) is386=1 2.10 if (file == "" && /debug S/) { file=$3; gsub(/\"/,"",file) }
3.1 --- a/pcmanfm-legacy/receipt Fri Nov 08 10:47:52 2019 +0100 3.2 +++ b/pcmanfm-legacy/receipt Fri Nov 08 12:05:48 2019 +0100 3.3 @@ -26,7 +26,7 @@ 3.4 compile_rules() 3.5 { 3.6 # Binutils 2.22 break many packages build without LDFLAGS set correctly. 3.7 - export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lXt" 3.8 + export LDFLAGS="$LDFLAGS -lxcb-util -Wl,--copy-dt-needed-entries -lXt" 3.9 3.10 cd $src 3.11 for i in $stuff/*.patch
4.1 --- a/spacefm/receipt Fri Nov 08 10:47:52 2019 +0100 4.2 +++ b/spacefm/receipt Fri Nov 08 12:05:48 2019 +0100 4.3 @@ -24,6 +24,7 @@ 4.4 patch -Np1 -i $stuff/settings.h.diff 4.5 patch -Np1 -i $stuff/vfs-file-task.c.diff 4.6 4.7 + export LDFLAGS="$LDFLAGS -lxcb-util" 4.8 ./configure \ 4.9 --with-preferable-sudo="/usr/bin/subox" \ 4.10 --disable-pixmaps \