diff --git a/srcpkgs/PAmix/template b/srcpkgs/PAmix/template index bc6255bbd34..74d0e8daa48 100644 --- a/srcpkgs/PAmix/template +++ b/srcpkgs/PAmix/template @@ -13,6 +13,10 @@ homepage="https://github.com/patroclos/PAmix" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=52c0022bb650d93ee348a7e50156bc94dd9a77a47fff279b07e92f0b40ce145d +case "${XBPS_TARGET_MACHINE}" in + *-musl) broken="Parts of ncurses, not available on musl";; +done + pre_configure() { autoreconf -fi } @@ -20,3 +24,7 @@ pre_configure() { post_install() { vlicense LICENSE } + +# REMARKS: +# Named PAmix instead of pamix to match upstream and prevent misassociation +# with Pluggable Authentication Modules