1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

net/nfstrace: Fix build on CURRENT

Notified by:	pkg-fallout
This commit is contained in:
Emanuel Haupt 2024-07-20 00:21:11 +02:00
parent 15f5dcf705
commit b904ff59e2

View File

@ -1,6 +1,6 @@
PORTNAME= nfstrace
PORTVERSION= 0.4.3.2
PORTREVISION= 1
DISTVERSION= 0.4.3.2
PORTREVISION= 2
CATEGORIES= net
MAINTAINER= ehaupt@FreeBSD.org
@ -17,6 +17,6 @@ USE_GITHUB= yes
GH_ACCOUNT= epam
CMAKE_ARGS+= -DJSON_INCLUDE_DIR="${LOCALBASE}/include/json-c"
CFLAGS+= -Wno-deprecated-copy
CFLAGS+= -Wno-deprecated-copy -Wno-format
.include <bsd.port.mk>