svn commit: r531933 - head/sysutils/ltfs

Piotr Kubaj pkubaj at FreeBSD.org
Fri Apr 17 14:11:49 UTC 2020


Author: pkubaj
Date: Fri Apr 17 14:11:48 2020
New Revision: 531933
URL: https://svnweb.freebsd.org/changeset/ports/531933

Log:
  sysutils/ltfs: fix build on GCC architectures
  
  Use C11 compiler:
  tape_ops.h:291: error: previous declaration of 'mam_lockval' was here

Modified:
  head/sysutils/ltfs/Makefile

Modified: head/sysutils/ltfs/Makefile
==============================================================================
--- head/sysutils/ltfs/Makefile	Fri Apr 17 14:07:42 2020	(r531932)
+++ head/sysutils/ltfs/Makefile	Fri Apr 17 14:11:48 2020	(r531933)
@@ -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


More information about the svn-ports-all mailing list