Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2020 14:11:48 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531933 - head/sysutils/ltfs
Message-ID:  <202004171411.03HEBmvv067959@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004171411.03HEBmvv067959>