sysutils/ltfs: fix build on GCC architectures

Use C11 compiler:
tape_ops.h:291: error: previous declaration of 'mam_lockval' was here
This commit is contained in:
Piotr Kubaj 2020-04-17 14:11:48 +00:00
parent 36bee089c9
commit de6b7ec8cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531933

View File

@ -18,7 +18,7 @@ LIB_DEPENDS= libicudata.so:devel/icu \
libpkg.so:${PKG_ORIGIN} \
libuuid.so:misc/e2fsprogs-libuuid
USES= autoreconf fuse gnome libtool:build pkgconfig ssl
USES= autoreconf compiler:c11 fuse gnome libtool:build pkgconfig ssl
CONFIGURE_ARGS+= --enable-icu-6x
GH_ACCOUNT= LinearTapeFileSystem