Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2019 06:45:02 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517363 - head/devel/babeltrace
Message-ID:  <201911130645.xAD6j2hD035788@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Nov 13 06:45:01 2019
New Revision: 517363
URL: https://svnweb.freebsd.org/changeset/ports/517363

Log:
  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)

Modified:
  head/devel/babeltrace/Makefile

Modified: head/devel/babeltrace/Makefile
==============================================================================
--- head/devel/babeltrace/Makefile	Wed Nov 13 06:40:09 2019	(r517362)
+++ head/devel/babeltrace/Makefile	Wed Nov 13 06:45:01 2019	(r517363)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911130645.xAD6j2hD035788>