diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-12-12 12:35:49 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-12-12 12:35:49 +0800 |
commit | 03fec4df026e649b8fecb32ae313151f727f9ddb (patch) | |
tree | 7bf66eebfb348ca866c25511e0eb7bcc9f10a9a4 /lang | |
parent | 15a6141b5c0b4c7dfb01be1b8b2043d441d6aaa8 (diff) | |
download | freebsd-ports-gnome-03fec4df026e649b8fecb32ae313151f727f9ddb.tar.gz freebsd-ports-gnome-03fec4df026e649b8fecb32ae313151f727f9ddb.tar.zst freebsd-ports-gnome-03fec4df026e649b8fecb32ae313151f727f9ddb.zip |
Re-try ports affected by bug 193528 on powerpc* after r449590
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cling/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/cling/Makefile b/lang/cling/Makefile index 3ef40e83a25a..3f57a0b472b6 100644 --- a/lang/cling/Makefile +++ b/lang/cling/Makefile @@ -20,7 +20,6 @@ LICENSE_PERMS_LLVM= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN_armv6= fails to compile: AArch64TargetMachine.cpp: relocation truncated to fit: R_ARM_CALL against symbol '__aeabi_uldivmod' BROKEN_armv7= fails to compile: AArch64TargetMachine.cpp: relocation truncated to fit: R_ARM_CALL against symbol '__aeabi_uldivmod' -BROKEN_powerpc64= fails to compile: IncrementalParser.cpp: 'to_string' is not a member of 'std' WRKSRC= ${WRKDIR}/src |