diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2014-02-28 22:02:14 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2014-02-28 22:02:14 +0000 |
commit | de4e011218a370c2b88fdbaa0dc70910a292b8d3 (patch) | |
tree | 7f941d991413c9aa3bee849f17f217956c2ec982 /lang/clang34 | |
parent | f806c4fdeeb13e19394d2009ec64135ead658b93 (diff) | |
download | ports-de4e011218a370c2b88fdbaa0dc70910a292b8d3.tar.gz ports-de4e011218a370c2b88fdbaa0dc70910a292b8d3.zip |
Notes
Diffstat (limited to 'lang/clang34')
-rw-r--r-- | lang/clang34/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/clang34/Makefile b/lang/clang34/Makefile index 6e1607a2b6e2..8f5a37cb1b1d 100644 --- a/lang/clang34/Makefile +++ b/lang/clang34/Makefile @@ -85,10 +85,6 @@ RELTYPE= Release .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif - .if ${PORT_OPTIONS:MASSERTS} pre-fetch: @if [ "`llvm-config${LLVM_SUFFIX} --build-mode`" != ${RELTYPE} ]; then \ |