From 608dedf9097c95200338ee2aa3fbf96c8060f116 Mon Sep 17 00:00:00 2001 From: Mahdi Mokhtari Date: Wed, 27 Feb 2019 16:20:08 +0000 Subject: [PATCH] sysutils/lttng-tools: Fix build GCC (and Tier-2 archs) Use compiler:c11 to fix the ld segfault during the build PR: 235986 Reported by: Piotr Kubaj Sponsored by: The FreeBSD Foundation --- sysutils/lttng-tools/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sysutils/lttng-tools/Makefile b/sysutils/lttng-tools/Makefile index 53e8c2ed3e26..a8fad53bc7ed 100644 --- a/sysutils/lttng-tools/Makefile +++ b/sysutils/lttng-tools/Makefile @@ -3,7 +3,7 @@ PORTNAME= lttng-tools PORTVERSION= 2.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://lttng.org/files/${PORTNAME}/ @@ -21,8 +21,8 @@ LIB_DEPENDS= libpopt.so:devel/popt \ BROKEN_powerpc64= fails to compile: cc: Internal error: Segmentation fault (program ld) -USES= autoreconf bison libtool localbase pathfix pkgconfig \ - shebangfix tar:bzip2 +USES= autoreconf bison compiler:c11 gnome libtool localbase pathfix \ + pkgconfig shebangfix tar:bzip2 USE_LDCONFIG= yes USE_GNOME= libxml2