aboutsummaryrefslogtreecommitdiff
path: root/net-im/prosody
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2018-12-19 18:45:38 +0000
committerDavid Thiel <lx@FreeBSD.org>2018-12-19 18:45:38 +0000
commita0d1de6b852b797eb40f43ab580d4dc686cafaae (patch)
tree5256d650b0d978dc748c519c670e9903cc6b6245 /net-im/prosody
parent5622d1ab348ccff2fb18fb7146a76b3a995648f8 (diff)
downloadports-a0d1de6b852b797eb40f43ab580d4dc686cafaae.tar.gz
ports-a0d1de6b852b797eb40f43ab580d4dc686cafaae.zip
Fix build on GCC architectures.
PR: 234061 Submitted by: Piotr Kubaj
Notes
Notes: svn path=/head/; revision=487809
Diffstat (limited to 'net-im/prosody')
-rw-r--r--net-im/prosody/Makefile3
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