From 831ba764a0926bd5068a39d8a269ebed88d5a18f Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Tue, 13 Sep 2016 18:52:05 -0400 Subject: [PATCH] PAmix: Broken on musl for now --- srcpkgs/PAmix/template | 8 ++++++++ 1 file changed, 8 insertions(+) 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