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:
parent
15f5dcf705
commit
b904ff59e2
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= nfstrace
|
PORTNAME= nfstrace
|
||||||
PORTVERSION= 0.4.3.2
|
DISTVERSION= 0.4.3.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
|
|
||||||
MAINTAINER= ehaupt@FreeBSD.org
|
MAINTAINER= ehaupt@FreeBSD.org
|
||||||
@ -17,6 +17,6 @@ USE_GITHUB= yes
|
|||||||
GH_ACCOUNT= epam
|
GH_ACCOUNT= epam
|
||||||
|
|
||||||
CMAKE_ARGS+= -DJSON_INCLUDE_DIR="${LOCALBASE}/include/json-c"
|
CMAKE_ARGS+= -DJSON_INCLUDE_DIR="${LOCALBASE}/include/json-c"
|
||||||
CFLAGS+= -Wno-deprecated-copy
|
CFLAGS+= -Wno-deprecated-copy -Wno-format
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user