git: cb7ac57e997f - 2024Q4 - misc/onnxruntime: Minor correction
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Oct 2024 19:07:05 UTC
The branch 2024Q4 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cb7ac57e997fd8413cfa1a033fd889b8c8de1019
commit cb7ac57e997fd8413cfa1a033fd889b8c8de1019
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-09 05:30:07 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-13 19:06:57 +0000
misc/onnxruntime: Minor correction
(cherry picked from commit 7a6dccba226474273665aaa394ffde20f69f251f)
---
misc/onnxruntime/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/misc/onnxruntime/Makefile b/misc/onnxruntime/Makefile
index fe379ece94a9..ea55b2a59131 100644
--- a/misc/onnxruntime/Makefile
+++ b/misc/onnxruntime/Makefile
@@ -36,7 +36,7 @@ CONFLICTS_BUILD= abseil benchmark nsync googletest dlpack flatbuffers gsl mimall
nlohmann-json onnx protobuf psimd pthreadpool pybind11 re2
dev-update-deps-in-makefiles: extract # this should be run when the port is updated
- @${FILEDIR} ${DEPS_FILE}
+ @${FILEDIR}/convert-deps.sh ${DEPS_FILE}
pre-configure:
@${REINPLACE_CMD} -E 's|;(https://.*)/([^/]+\.zip);|;file://${DISTDIR}/${DIST_SUBDIR}/\2;|' ${DEPS_FILE}