Date: Sat, 6 Jul 2019 01:11:48 +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: r505951 - head/net-mgmt/ccnet-server Message-ID: <201907060111.x661BmLp061309@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sat Jul 6 01:11:47 2019 New Revision: 505951 URL: https://svnweb.freebsd.org/changeset/ports/505951 Log: net-mgmt/ccnet-server: fix build with GCC-based architectures This port requires C11-compatible compiler: /usr/bin/ld: cannot find -latomic Approved by: mentors (implicit approval) Modified: head/net-mgmt/ccnet-server/Makefile Modified: head/net-mgmt/ccnet-server/Makefile ============================================================================== --- head/net-mgmt/ccnet-server/Makefile Sat Jul 6 00:44:25 2019 (r505950) +++ head/net-mgmt/ccnet-server/Makefile Sat Jul 6 01:11:47 2019 (r505951) @@ -20,8 +20,8 @@ LIB_DEPENDS= libsearpc.so:devel/libsearpc \ libevent.so:devel/libevent \ libjansson.so:devel/jansson -USES= autoreconf gnome libtool localbase mysql:client pathfix \ - pgsql pkgconfig python:-2.7 shebangfix ssl +USES= autoreconf compiler:c11 gnome libtool localbase mysql:client \ + pathfix pgsql pkgconfig python:-2.7 shebangfix ssl USE_GITHUB= yes GH_ACCOUNT= haiwen USE_GNOME= glib20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907060111.x661BmLp061309>