From 8ba58380a95c482d0eb01c69d7d0b84bef1f91c1 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 13 Nov 2019 06:45:01 +0000 Subject: devel/babeltrace: fix build on GCC architectures Requires newer GCC: integer.c:287: error: #pragma GCC diagnostic not allowed inside functions Approved by: mentors (implicit approval) --- devel/babeltrace/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/babeltrace/Makefile b/devel/babeltrace/Makefile index 379829c21ff4..4b2221c18dd2 100644 --- a/devel/babeltrace/Makefile +++ b/devel/babeltrace/Makefile @@ -19,7 +19,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpopt.so:devel/popt \ libuuid.so:misc/e2fsprogs-libuuid -USES= autoreconf:build bison gmake gnome libtool pathfix pkgconfig +USES= autoreconf:build bison compiler:c11 gmake gnome libtool \ + pathfix pkgconfig USE_GITHUB= yes GH_ACCOUNT= efficios -- cgit v1.2.3