summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-nntp/nzbget/files/nzbget-24.5-build-with-par2-turbo-offline.patch')
-rw-r--r--net-nntp/nzbget/files/nzbget-24.5-build-with-par2-turbo-offline.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-nntp/nzbget/files/nzbget-24.5-build-with-par2-turbo-offline.patch b/net-nntp/nzbget/files/nzbget-24.5-build-with-par2-turbo-offline.patch
new file mode 100644
index 000000000000..2d34c583c4bf
--- /dev/null
+++ b/net-nntp/nzbget/files/nzbget-24.5-build-with-par2-turbo-offline.patch
@@ -0,0 +1,17 @@
+Patch the build system to support par2-turbo downloaded into the source
+directory.
+--- a/cmake/par2-turbo.cmake
++++ b/cmake/par2-turbo.cmake
+@@ -27,11 +27,7 @@ endif()
+ ExternalProject_add(
+ par2-turbo
+ PREFIX par2-turbo
+- GIT_REPOSITORY https://github.com/nzbgetcom/par2cmdline-turbo.git
+- GIT_TAG v1.1.1-nzbget-20241128
+- TLS_VERIFY TRUE
+- GIT_SHALLOW TRUE
+- GIT_PROGRESS TRUE
++ URL par2-turbo
+ DOWNLOAD_EXTRACT_TIMESTAMP TRUE
+ CMAKE_ARGS ${CMAKE_ARGS}
+ INSTALL_COMMAND ""