mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
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)
This commit is contained in:
parent
f80259b9e0
commit
c1170a7afb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513947
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue