diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-03-10 16:57:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-03-10 16:57:37 +0000 |
commit | a1633861d402693f3bb427227286ff5ea46d13d2 (patch) | |
tree | c1caa7ef6b612188cbd875c5e050a2c009cb1e31 | |
parent | devel/pcsc-lite: Update to 1.8.24 (diff) |
Add compiler:c11 to USES to fix build on gcc-based architectures.
PR: 235991
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
-rw-r--r-- | sysutils/moosefs3-master/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/moosefs3-master/Makefile b/sysutils/moosefs3-master/Makefile index b2b3cfdbb4b0..199ba5aacc5c 100644 --- a/sysutils/moosefs3-master/Makefile +++ b/sysutils/moosefs3-master/Makefile @@ -74,7 +74,7 @@ CONFIGURE_ARGS+= --disable-mfscli .endif .if ${MFS_COMPONENT} == client -USES= fuse pkgconfig libtool +USES= compiler:c11 fuse libtool pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS+= --enable-mfsmount .else |