diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-07-17 05:33:01 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-07-17 17:59:48 +0200 |
commit | a528a0b94eee4e03c8decfdb3e9dc0e0b9cae6bd (patch) | |
tree | b61f827d153a3029a9c554069e67e84139c68a17 /source/l/LibRaw | |
parent | 28dec63a8c77f63f60576532b7f2e3b6cb7051ee (diff) | |
download | current-a528a0b94eee4e03c8decfdb3e9dc0e0b9cae6bd.tar.gz |
Wed Jul 17 05:33:01 UTC 201920190717053301
d/cmake-3.14.6-x86_64-1.txz: Upgraded.
d/strace-5.2-x86_64-1.txz: Upgraded.
d/vala-0.44.6-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/LibRaw')
-rwxr-xr-x | source/l/LibRaw/LibRaw.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/l/LibRaw/LibRaw.SlackBuild b/source/l/LibRaw/LibRaw.SlackBuild index c4f59f63..8c613a96 100755 --- a/source/l/LibRaw/LibRaw.SlackBuild +++ b/source/l/LibRaw/LibRaw.SlackBuild @@ -93,6 +93,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Don't use icecream: +PATH=$(echo $PATH | sed "s|/usr/libexec/icecc/bin||g" | tr -s : | sed "s/^://g" | sed "s/:$//g") + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |