aboutsummaryrefslogtreecommitdiff
path: root/sysutils/goaccess
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-05-04 22:00:42 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-05-04 22:00:42 +0000
commit92be8e1db3064629ad7668711d9728be3d01d0d7 (patch)
treee18061b1228dc763d3446f96deea043748978144 /sysutils/goaccess
parenta055bc458bd3731b70347e10b5e161b40a4b10ec (diff)
downloadports-92be8e1db3064629ad7668711d9728be3d01d0d7.tar.gz
ports-92be8e1db3064629ad7668711d9728be3d01d0d7.zip
sysutils/goaccess: fix build with GCC-based architectures
Add USES=compiler:c11 to fix: /usr/local/include/maxminddb.h:92: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mmdb_uint128_t' Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=500833
Diffstat (limited to 'sysutils/goaccess')
-rw-r--r--sysutils/goaccess/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/goaccess/Makefile b/sysutils/goaccess/Makefile
index 076e78e3de3e..2b4919e81cf9 100644
--- a/sysutils/goaccess/Makefile
+++ b/sysutils/goaccess/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
-USES= alias pkgconfig ncurses
+USES= alias compiler:c11 pkgconfig ncurses
CFLAGS+= -I${NCURSESINC} -I${LOCALBASE}/include
LDFLAGS+= -L${NCURSESLIB} -L${LOCALBASE}/lib