summaryrefslogtreecommitdiffstats
path: root/source/x/x11/configure/pixman
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/x11/configure/pixman')
-rw-r--r--source/x/x11/configure/pixman3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/x/x11/configure/pixman b/source/x/x11/configure/pixman
index 492cf8ae0..52cb86c34 100644
--- a/source/x/x11/configure/pixman
+++ b/source/x/x11/configure/pixman
@@ -1,3 +1,6 @@
+# Don't use icecream:
+PATH=$(echo $PATH | sed "s|/usr/libexec/icecc/bin||g" | tr -s : | sed "s/^://g" | sed "s/:$//g")
+
if [ "$ARCH" = "x86_64" ]; then
do_sse2="--enable-sse2"
else