diff options
Diffstat (limited to 'sysutils/lttng-tools/Makefile')
-rw-r--r-- | sysutils/lttng-tools/Makefile | 6 |
1 files 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 |