diff options
Diffstat (limited to 'misc/onnx/Makefile')
-rw-r--r-- | misc/onnx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/onnx/Makefile b/misc/onnx/Makefile index fd1a58a598ea..6873cb6bb9e1 100644 --- a/misc/onnx/Makefile +++ b/misc/onnx/Makefile @@ -1,6 +1,6 @@ PORTNAME= onnx DISTVERSIONPREFIX= v -DISTVERSION= 1.14.0 +DISTVERSION= 1.14.1 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org @@ -22,6 +22,8 @@ CMAKE_OFF= BUILD_ONNX_PYTHON CMAKE_TESTING_ON= ONNX_BUILD_TESTS CMAKE_TESTING_TARGET= +CXXFLAGS+= -Dstat64=stat + post-install: @${FIND} ${STAGEDIR}${PREFIX}/include -type d -empty -delete |