diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-19 17:04:05 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-19 17:04:05 +0800 |
commit | 3b2568ea185e4a2428c8ce6ece20cccb7b2ac108 (patch) | |
tree | b5c44d3fd7e3f6c22ecb8e44063108a8188040b3 /lang/pure | |
parent | 0e72736912d5ccdfb178f0d5320f87f5f685e08e (diff) | |
download | freebsd-ports-gnome-3b2568ea185e4a2428c8ce6ece20cccb7b2ac108.tar.gz freebsd-ports-gnome-3b2568ea185e4a2428c8ce6ece20cccb7b2ac108.tar.zst freebsd-ports-gnome-3b2568ea185e4a2428c8ce6ece20cccb7b2ac108.zip |
- Mark BROKEN on 9.x
Approved by: portmgr blanket
Diffstat (limited to 'lang/pure')
-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 |