diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-01-14 01:02:24 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-01-14 01:02:24 +0800 |
commit | 70649447dcde24f8e640ce7f460ca6e29c9fadca (patch) | |
tree | 8bbfb6c6422c2272b2a75557aedc5b6aef98fb9e /graphics/xv | |
parent | 47f382565dee155179c3f0a122dd96eace46a1b7 (diff) | |
download | freebsd-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/Makefile | 2 |
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} |