aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ltfs
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-04-17 14:11:48 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-04-17 14:11:48 +0000
commitde6b7ec8cf8b8139960c7c823c3d57c3cb84b02c (patch)
treee9daa00ee70675d65fa459f26f0a7b598ff2dbb2 /sysutils/ltfs
parent36bee089c986f0b460ced012434d40b28c4ba5c2 (diff)
downloadports-de6b7ec8cf8b8139960c7c823c3d57c3cb84b02c.tar.gz
ports-de6b7ec8cf8b8139960c7c823c3d57c3cb84b02c.zip
sysutils/ltfs: fix build on GCC architectures
Use C11 compiler: tape_ops.h:291: error: previous declaration of 'mam_lockval' was here
Notes
Notes: svn path=/head/; revision=531933
Diffstat (limited to 'sysutils/ltfs')
-rw-r--r--sysutils/ltfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ltfs/Makefile b/sysutils/ltfs/Makefile
index 3d8d6d4f69ca..91e4e071f554 100644
--- a/sysutils/ltfs/Makefile
+++ b/sysutils/ltfs/Makefile
@@ -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