svn commit: r492277 - head/sysutils/lizardfs
Mark Linimon
linimon at FreeBSD.org
Wed Feb 6 00:04:14 UTC 2019
Author: linimon
Date: Wed Feb 6 00:04:13 2019
New Revision: 492277
URL: https://svnweb.freebsd.org/changeset/ports/492277
Log:
This port requires USES=compiler:c11 to build on GCC-based
architectures.
PR: 235481
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Modified:
head/sysutils/lizardfs/Makefile
Modified: head/sysutils/lizardfs/Makefile
==============================================================================
--- head/sysutils/lizardfs/Makefile Tue Feb 5 23:31:31 2019 (r492276)
+++ head/sysutils/lizardfs/Makefile Wed Feb 6 00:04:13 2019 (r492277)
@@ -16,7 +16,7 @@ BUILD_DEPENDS= a2x:textproc/asciidoc \
spdlog>=1.3.0:devel/spdlog
LIB_DEPENDS= libboost_system.so:devel/boost-libs
-USES= cmake fuse python shebangfix
+USES= cmake compiler:c11 fuse python shebangfix
USE_RC_SUBR= mfscgiserv \
mfschunkserver \
mfsmaster \
More information about the svn-ports-all
mailing list