diff --git a/srcpkgs/pcc-libs/template b/srcpkgs/pcc-libs/template index a329f529012..0785394bdb2 100644 --- a/srcpkgs/pcc-libs/template +++ b/srcpkgs/pcc-libs/template @@ -10,13 +10,17 @@ build_style=gnu-configure hostmakedepends="flex" short_desc="Portable C Compiler - Support Libraries" maintainer="Orphaned " -license="BSD-2-clause" +license="BSD-2-Clause" homepage="http://pcc.ludd.ltu.se/" distfiles="http://pcc.ludd.ltu.se/ftp/pub/pcc-beta/${pkgname}-${_distver}.BETA-${_snapshot}.tgz" checksum=e810aa4d6683e769f490f734b13a296b33c2511ddba646bc526eb85532f1a23a nodebug=1 nocross=1 +if [ "$XBPS_TARGET_LIBC" = glibc ]; then + broken="Binaries generated by pcc segfault when launched" +fi + post_install() { sed -n '2,25p' libpcc/cxmuldiv.c > LICENSE vlicense LICENSE