aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xv
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2012-01-14 01:02:24 +0800
committerdinoex <dinoex@FreeBSD.org>2012-01-14 01:02:24 +0800
commit70649447dcde24f8e640ce7f460ca6e29c9fadca (patch)
tree8bbfb6c6422c2272b2a75557aedc5b6aef98fb9e /graphics/xv
parent47f382565dee155179c3f0a122dd96eace46a1b7 (diff)
downloadfreebsd-ports-gnome-70649447dcde24f8e640ce7f460ca6e29c9fadca.tar.gz
freebsd-ports-gnome-70649447dcde24f8e640ce7f460ca6e29c9fadca.tar.zst
freebsd-ports-gnome-70649447dcde24f8e640ce7f460ca6e29c9fadca.zip
- make check safer
Diffstat (limited to 'graphics/xv')
-rw-r--r--graphics/xv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile
index dcc646e89fd5..0df550fe7016 100644
--- a/graphics/xv/Makefile
+++ b/graphics/xv/Makefile
@@ -66,7 +66,7 @@ post-install:
.endif
-.if defined(CC) && ${CC} == "clang"
+.if defined(CC) && ${CC:T:Mclang}
# Optimizer crashes with
# Assertion failed: (isPtrIV == IndVar->getType()->isPointerTy() && "IndVar type must match IVInit type")
CFLAGS:= ${CFLAGS:S/-O2//g}