aboutsummaryrefslogtreecommitdiff
path: root/devel/babeltrace
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-11-13 06:45:01 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-11-13 06:45:01 +0000
commit8ba58380a95c482d0eb01c69d7d0b84bef1f91c1 (patch)
tree2454ccce419993100e9069793906c88403ac424a /devel/babeltrace
parent921c86a89aef9805ae6ef87105f8eee20184d46a (diff)
downloadports-8ba58380a95c482d0eb01c69d7d0b84bef1f91c1.tar.gz
ports-8ba58380a95c482d0eb01c69d7d0b84bef1f91c1.zip
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)
Notes
Notes: svn path=/head/; revision=517363
Diffstat (limited to 'devel/babeltrace')
-rw-r--r--devel/babeltrace/Makefile3
1 files changed, 2 insertions, 1 deletions
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