aboutsummaryrefslogtreecommitdiff
path: root/graphics/xv/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-01-13 17:02:24 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-01-13 17:02:24 +0000
commit65aaf90ab151a2d36b9ba2ba3d101debfaa5c845 (patch)
tree3877aca9a94b71160cd82a69d9e7590347d755f6 /graphics/xv/Makefile
parent645830e97ff89d15cbf6302468ce457b748c749e (diff)
downloadports-65aaf90ab151a2d36b9ba2ba3d101debfaa5c845.tar.gz
ports-65aaf90ab151a2d36b9ba2ba3d101debfaa5c845.zip
Notes
Diffstat (limited to 'graphics/xv/Makefile')
-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}