Date: Sun, 12 Apr 2020 16:09:40 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531527 - head/net-im/ejabberd Message-ID: <202004121609.03CG9eIe074710@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sun Apr 12 16:09:40 2020 New Revision: 531527 URL: https://svnweb.freebsd.org/changeset/ports/531527 Log: net-im/ejabberd: fix build on GCC architectures GCC 4.2 doesn't support LTO: cc1: error: unrecognized command line option "-flto" Modified: head/net-im/ejabberd/Makefile Modified: head/net-im/ejabberd/Makefile ============================================================================== --- head/net-im/ejabberd/Makefile Sun Apr 12 16:00:59 2020 (r531526) +++ head/net-im/ejabberd/Makefile Sun Apr 12 16:09:40 2020 (r531527) @@ -18,7 +18,8 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libpng.so:graphics/png \ libwebp.so:graphics/webp -USES= cpe gmake pkgconfig shebangfix ssl jpeg autoreconf:build +USES= compiler:c11 cpe gmake pkgconfig shebangfix ssl jpeg \ + autoreconf:build USERS= ejabberd GROUPS= ${USERS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004121609.03CG9eIe074710>