aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-05-22 19:03:51 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-05-22 20:17:06 +0000
commit1fc616fd28adba9027edf2446f48d3d7a2f32033 (patch)
tree1bb6aef8defaed13e9138de491f41925c15afcdc
parent8d68db96619f7279aaa7f4f9d1bdf973d90a00b3 (diff)
downloadports-1fc616fd28adba9027edf2446f48d3d7a2f32033.tar.gz
ports-1fc616fd28adba9027edf2446f48d3d7a2f32033.zip
net-p2p/eiskaltdcpp-lib: unbreak after boot upgrade
PR: 246106
-rw-r--r--net-p2p/eiskaltdcpp-lib/Makefile2
-rw-r--r--net-p2p/eiskaltdcpp-lib/files/patch-dcpp__TigerHash.cpp11
2 files changed, 12 insertions, 1 deletions
diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile
index 610b1836e077..297512f86d94 100644
--- a/net-p2p/eiskaltdcpp-lib/Makefile
+++ b/net-p2p/eiskaltdcpp-lib/Makefile
@@ -3,7 +3,7 @@
PORTNAME= eiskaltdcpp
PORTVERSION= 2.2.10
DISTVERSIONPREFIX= v
-PORTREVISION?= 20
+PORTREVISION?= 21
CATEGORIES= net-p2p
PKGNAMESUFFIX?= -lib
diff --git a/net-p2p/eiskaltdcpp-lib/files/patch-dcpp__TigerHash.cpp b/net-p2p/eiskaltdcpp-lib/files/patch-dcpp__TigerHash.cpp
new file mode 100644
index 000000000000..e0aa49dcd595
--- /dev/null
+++ b/net-p2p/eiskaltdcpp-lib/files/patch-dcpp__TigerHash.cpp
@@ -0,0 +1,11 @@
+--- dcpp/TigerHash.cpp.orig 2015-04-19 21:57:16 UTC
++++ dcpp/TigerHash.cpp
+@@ -32,7 +32,7 @@
+
+ #include <algorithm>
+ #include <cstring>
+-#include <boost/detail/endian.hpp>
++#include <boost/predef.h>
+
+ #include "debug.h"
+