diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-19 09:04:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-19 09:04:05 +0000 |
commit | 82076adf0664b52ab6e96cacbabdf009c2091362 (patch) | |
tree | b5c44d3fd7e3f6c22ecb8e44063108a8188040b3 | |
parent | 2d9e9eecca136920e2ef4153389c2c62b0a575a7 (diff) | |
download | freebsd-ports-82076adf0664b52ab6e96cacbabdf009c2091362.zip |
- Mark BROKEN on 9.x
Approved by: portmgr blanket
-rw-r--r-- | lang/pure/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/pure/Makefile b/lang/pure/Makefile index 1c921a3a8b18..bd3738ef7c9b 100644 --- a/lang/pure/Makefile +++ b/lang/pure/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= libgmp.so:math/gmp \ libpcreposix.so:devel/pcre \ libLLVM-${LLVM_VERSION:C/./&./}.so:devel/llvm${LLVM_VERSION} +BROKEN_FreeBSD_9= does not buld (/usr/local/lib/gcc49/include/c++/cstddef:51:11: error: '::max_align_t' has not been declared) + SUB_FILES= pkg-message USES= gmake iconv pathfix pkgconfig |