svn commit: r505951 - head/net-mgmt/ccnet-server

Piotr Kubaj pkubaj at FreeBSD.org
Sat Jul 6 01:11:49 UTC 2019


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


More information about the svn-ports-head mailing list