Date: Wed, 19 Dec 2018 18:45:39 +0000 (UTC) From: David Thiel <lx@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487809 - head/net-im/prosody Message-ID: <201812191845.wBJIjdhR021220@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812191845.wBJIjdhR021220>