1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

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 <pkubaj@anongoth.pl>
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mahdi Mokhtari 2019-02-27 16:20:08 +00:00
parent e874fbccb2
commit 608dedf909
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494067

View File

@ -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