From 573076d73336992cef6f0794dd647f5eb7c257fb Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Mon, 28 Dec 2020 23:41:36 +0000 Subject: [PATCH] sysutils/nut-devel: unbreak on powerpc, powerpc64 Builds fine on with GCC from ports or clang: common.c: In function 'snprintfcat': common.c:316: error: #pragma GCC diagnostic not allowed inside functions --- sysutils/nut-devel/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sysutils/nut-devel/Makefile b/sysutils/nut-devel/Makefile index 79e55ba8347e..03123bb07d8f 100644 --- a/sysutils/nut-devel/Makefile +++ b/sysutils/nut-devel/Makefile @@ -17,12 +17,9 @@ GH_ACCOUNT= networkupstools GH_TAGNAME= 503f6eae NUT_COMMIT_DATE= 2020.11.30 -BROKEN_powerpc64= Poudriere builds fail. -BROKEN_powerpc= Poudriere builds fail. - GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= autoreconf:build gmake libtool pkgconfig python:build +USES= autoreconf:build compiler:c11 gmake libtool pkgconfig python:build NUT_USER?= uucp NUT_GROUP?= uucp