aboutsummaryrefslogtreecommitdiffstats
path: root/www/aria2
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-07-24 04:00:28 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-07-24 04:00:28 +0800
commit0a514934336298a2e34971dd586958ef61ee8f6c (patch)
tree5bfd9704481865780cec069f77ecf4a614b27a21 /www/aria2
parent29e44a0c3261dd2ab9b77429be7f336626ab2ba3 (diff)
downloadfreebsd-ports-gnome-0a514934336298a2e34971dd586958ef61ee8f6c.tar.gz
freebsd-ports-gnome-0a514934336298a2e34971dd586958ef61ee8f6c.tar.zst
freebsd-ports-gnome-0a514934336298a2e34971dd586958ef61ee8f6c.zip
- Fix build on 11-CURRENT
Diffstat (limited to 'www/aria2')
-rw-r--r--www/aria2/files/patch-src-DownloadEngine.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/aria2/files/patch-src-DownloadEngine.cc b/www/aria2/files/patch-src-DownloadEngine.cc
new file mode 100644
index 000000000000..80a26138a885
--- /dev/null
+++ b/www/aria2/files/patch-src-DownloadEngine.cc
@@ -0,0 +1,10 @@
+--- src/DownloadEngine.cc.orig 2014-07-22 22:33:38.000000000 +0800
++++ src/DownloadEngine.cc 2014-07-24 02:58:37.228676022 +0800
+@@ -37,6 +37,7 @@
+ #include <signal.h>
+
+ #include <cstring>
++#include <cstdlib>
+ #include <cerrno>
+ #include <algorithm>
+ #include <numeric>