From 4d7e37eec03468897de98d34366f2c01e4dff6b5 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Fri, 3 Jun 2022 14:42:04 -0500 Subject: [PATCH] tilix: broken ldc on musl --- srcpkgs/tilix/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/tilix/template b/srcpkgs/tilix/template index ac1bf7dd3bd..10ee0eceb33 100644 --- a/srcpkgs/tilix/template +++ b/srcpkgs/tilix/template @@ -16,6 +16,10 @@ homepage="https://gnunn1.github.io/tilix-web/" distfiles="https://github.com/gnunn1/${pkgname}/archive/${version}.tar.gz" checksum=2a9482770391d11d5edc8351d426c700c2cc6c194a30391ef2ae25bb7095b59b +case "$XBPS_TARGET_MACHINE" in + *-musl) broken="collateral damage from broken ldc" ;; +esac + pre_configure() { case "$XBPS_TARGET_MACHINE" in *-musl)