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:
parent
e874fbccb2
commit
608dedf909
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494067
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user