aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-07-06 01:11:47 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-07-06 01:11:47 +0000
commite7eb9c855920002c9cfcfb9d4da60ba04e8596ee (patch)
treef2810756a62ec1bf20f2feef18d235ae52e59431
parent6d08af5244aff541faa789e899c511b3960620d0 (diff)
downloadports-e7eb9c855920002c9cfcfb9d4da60ba04e8596ee.tar.gz
ports-e7eb9c855920002c9cfcfb9d4da60ba04e8596ee.zip
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)
Notes
Notes: svn path=/head/; revision=505951
-rw-r--r--net-mgmt/ccnet-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/ccnet-server/Makefile b/net-mgmt/ccnet-server/Makefile
index 4872d3dc0e2f..1d0ca9776196 100644
--- a/net-mgmt/ccnet-server/Makefile
+++ b/net-mgmt/ccnet-server/Makefile
@@ -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