summaryrefslogtreecommitdiffstats
path: root/source/l/LibRaw/LibRaw.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/LibRaw/LibRaw.SlackBuild')
-rwxr-xr-xsource/l/LibRaw/LibRaw.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/l/LibRaw/LibRaw.SlackBuild b/source/l/LibRaw/LibRaw.SlackBuild
index c4f59f639..8c613a967 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 \