diff --git a/srcpkgs/pcc-libs/template b/srcpkgs/pcc-libs/template index 0785394bdb2..bca409786bd 100644 --- a/srcpkgs/pcc-libs/template +++ b/srcpkgs/pcc-libs/template @@ -7,7 +7,8 @@ revision=1 archs="i686* x86_64*" wrksrc=${pkgname}-${_distver}.BETA build_style=gnu-configure -hostmakedepends="flex" +configure_args="CC=pcc" +hostmakedepends="flex pcc" short_desc="Portable C Compiler - Support Libraries" maintainer="Orphaned " license="BSD-2-Clause" @@ -17,10 +18,6 @@ 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