From 18baf207f7c1842975b86fc8394cbbbe4160bdbb Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 30 Aug 2022 19:46:34 +0000 Subject: [PATCH] sedutil: broken on big endian --- srcpkgs/sedutil/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/sedutil/template b/srcpkgs/sedutil/template index a8aa19fbb5a..fff98deeaa2 100644 --- a/srcpkgs/sedutil/template +++ b/srcpkgs/sedutil/template @@ -11,6 +11,10 @@ homepage="https://github.com/Drive-Trust-Alliance/sedutil" distfiles="https://github.com/Drive-Trust-Alliance/${pkgname}/archive/${version}.tar.gz" checksum=88016b93cbbef98fa6f5c4e6f58e6c871662b6a7f1fc8dc788c8599fa37a44f3 +if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then + broken="explicitly does not support big endian" +fi + pre_configure() { autoreconf -fi }