diff options
author | David Thiel <lx@FreeBSD.org> | 2018-12-19 18:45:38 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2018-12-19 18:45:38 +0000 |
commit | a0d1de6b852b797eb40f43ab580d4dc686cafaae (patch) | |
tree | 5256d650b0d978dc748c519c670e9903cc6b6245 /net-im | |
parent | 5622d1ab348ccff2fb18fb7146a76b3a995648f8 (diff) | |
download | freebsd-ports-a0d1de6b852b797eb40f43ab580d4dc686cafaae.zip |
Fix build on GCC architectures.
PR: 234061
Submitted by: Piotr Kubaj
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/prosody/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile index 075b3f2fc0b1..8f4bf6cacc54 100644 --- a/net-im/prosody/Makefile +++ b/net-im/prosody/Makefile @@ -20,8 +20,7 @@ RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51 \ ${LUA_MODLIBDIR}/bit.so:devel/lua51-bitop LIB_DEPENDS= libidn.so:dns/libidn -USES= cpe gmake lua:51 shebangfix ssl -USE_CSTD= c99 +USES= compiler:c11 cpe gmake lua:51 shebangfix ssl SHEBANG_FILES= prosody prosodyctl LUA_PREMK= yes HAS_CONFIGURE= yes |