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)
This commit is contained in:
parent
6d08af5244
commit
e7eb9c8559
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505951
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue