svn commit: r487809 - head/net-im/prosody

David Thiel lx at FreeBSD.org
Wed Dec 19 18:45:39 UTC 2018


Author: lx
Date: Wed Dec 19 18:45:38 2018
New Revision: 487809
URL: https://svnweb.freebsd.org/changeset/ports/487809

Log:
  Fix build on GCC architectures.
  
  PR:		234061
  Submitted by:	Piotr Kubaj

Modified:
  head/net-im/prosody/Makefile

Modified: head/net-im/prosody/Makefile
==============================================================================
--- head/net-im/prosody/Makefile	Wed Dec 19 17:37:43 2018	(r487808)
+++ head/net-im/prosody/Makefile	Wed Dec 19 18:45:38 2018	(r487809)
@@ -20,8 +20,7 @@ RUN_DEPENDS=	${LUA_MODLIBDIR}/socket/core.so:net/luaso
 		${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


More information about the svn-ports-all mailing list