aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/ncdc
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-10-07 13:58:15 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-10-07 13:58:15 +0000
commitc1170a7afbac4261adf8e53bef367f4fcba9e4cf (patch)
treeaa5c246af98e3883bc01a1257896cda4236ee3d7 /net-p2p/ncdc
parentf80259b9e002935588f1e62f9dc8d28412b17dd4 (diff)
downloadports-c1170a7afbac4261adf8e53bef367f4fcba9e4cf.tar.gz
ports-c1170a7afbac4261adf8e53bef367f4fcba9e4cf.zip
net-p2p/ncdc: fix build on GCC architectures
Use C11 compiler: In file included from src/geoip.c:34: /usr/local/include/maxminddb.h:92: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mmdb_uint128_t' /usr/local/include/maxminddb.h:122: error: expected specifier-qualifier-list before 'mmdb_uint128_t' Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=513947
Diffstat (limited to 'net-p2p/ncdc')
-rw-r--r--net-p2p/ncdc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/ncdc/Makefile b/net-p2p/ncdc/Makefile
index 3447116321f0..57e4690ea7c6 100644
--- a/net-p2p/ncdc/Makefile
+++ b/net-p2p/ncdc/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \
libnettle.so:security/nettle \
libp11-kit.so:security/p11-kit
-USES= gmake gnome pkgconfig ncurses:port
+USES= compiler:c11 gmake gnome pkgconfig ncurses:port
USE_GNOME= glib20
GNU_CONFIGURE= yes
PLIST_FILES= bin/ncdc \