Skip to content
Snippets Groups Projects
Unverified Commit 1d03e86c authored by alice's avatar alice
Browse files

community/rdfind: fix build

parent 81ce9d65
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,9 @@ license="GPL-2.0 "
makedepends="nettle-dev automake autoconf libtool"
subpackages="$pkgname-doc"
source="https://rdfind.pauldreik.se/$pkgname-$pkgver.tar.gz
disable-makefile-test-failing.patch"
disable-makefile-test-failing.patch
missing-include.patch
"
prepare() {
default_prepare
......@@ -33,4 +35,5 @@ package() {
sha512sums="
0ba95e3d9ed4f127d271500c6f36c8945d0c8193fa2719636cc780e56de108e35404d1860edcb2fca2d9a4fb8b09dcd5dab904e55cf0530d664aaf8510be266b rdfind-1.5.0.tar.gz
ab53fabe698ed9fa31f31ed4828ce8f8b5582412a8ad97d2706aac3d1f6b21150ac8a73443e89c18a26b479b1cb4139e640d5c08c463cd01c7387dc311d10f1d disable-makefile-test-failing.patch
0a213048989cb3834e1d4507ae95ba6cb33cc1ad31c52668b5448257dd7a3a98b8d993674b044124bd04ed297a7991337d020a8ac3111b58e09d6d52f6a0a495 missing-include.patch
"
--- a/rdfind.cc
+++ b/rdfind.cc
@@ -9,6 +9,7 @@
// std
#include <algorithm>
#include <iostream>
+#include <limits>
#include <string>
#include <vector>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment