aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2023-03-15 15:55:41 +0000
committerAlan Somers <asomers@FreeBSD.org>2023-03-16 14:37:01 +0000
commitc8defd98bea018b143c17cfa17e3ad479730ec8e (patch)
treef0e4f5d4346f76bf5e057eac9ae2ec5a7abbaa4e /sysutils
parent596ad97b919c7803433dde4b0617d9b14dc94004 (diff)
downloadports-c8defd98bea018b143c17cfa17e3ad479730ec8e.tar.gz
ports-c8defd98bea018b143c17cfa17e3ad479730ec8e.zip
sysutils/gstat-rs: broken on powerpc
On powerpc, bindgen crashes during the build. This is a known bug in bindgen. https://github.com/rust-lang/rust-bindgen/issues/1746 PR: 270246 Sponsored by: Axcient Approved by: fernape (ports)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gstat-rs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/gstat-rs/Makefile b/sysutils/gstat-rs/Makefile
index 428de7ee4821..73b3113830fa 100644
--- a/sysutils/gstat-rs/Makefile
+++ b/sysutils/gstat-rs/Makefile
@@ -11,6 +11,8 @@ WWW= https://github.com/asomers/gstat-rs
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_powerpc= bindgen crashes, see https://github.com/rust-lang/rust-bindgen/issues/1746
+
BUILD_DEPENDS= llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
USES= cargo