mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
libtorrent_rasterbar: bump version
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
From 5c96f785a2b2ebc095e665da736bb532e40b1007 Mon Sep 17 00:00:00 2001
|
||||
From cc534620bfbbd897851ec02f8acf8176935f8e7e Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Tue, 26 Feb 2019 23:09:10 +1000
|
||||
Date: Wed, 8 Jan 2020 00:33:16 +0300
|
||||
Subject: Fixes for Haiku
|
||||
|
||||
|
||||
diff --git a/include/libtorrent/config.hpp b/include/libtorrent/config.hpp
|
||||
index 0fe4dce..744e297 100644
|
||||
index e58f0f6..ea0f2d2 100644
|
||||
--- a/include/libtorrent/config.hpp
|
||||
+++ b/include/libtorrent/config.hpp
|
||||
@@ -322,6 +322,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
#define TORRENT_USE_BEOS_ATOMIC 1
|
||||
@@ -320,6 +320,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
#define TORRENT_HAS_FALLOCATE 0
|
||||
#ifndef TORRENT_USE_ICONV
|
||||
#define TORRENT_USE_ICONV 0
|
||||
+#define TORRENT_USE_IFCONF 1
|
||||
@@ -17,11 +17,11 @@ index 0fe4dce..744e297 100644
|
||||
|
||||
// ==== GNU/Hurd ===
|
||||
diff --git a/src/enum_net.cpp b/src/enum_net.cpp
|
||||
index 94d9f7f..e9aee31 100644
|
||||
index 16e3750..be4a632 100644
|
||||
--- a/src/enum_net.cpp
|
||||
+++ b/src/enum_net.cpp
|
||||
@@ -93,6 +93,10 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
#include <sys/types.h>
|
||||
@@ -97,6 +97,10 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#endif
|
||||
|
||||
+#if defined __HAIKU__
|
||||
@@ -32,5 +32,5 @@ index 94d9f7f..e9aee31 100644
|
||||
#include <ifaddrs.h>
|
||||
#endif
|
||||
--
|
||||
2.19.1
|
||||
2.24.1
|
||||
|
||||
Reference in New Issue
Block a user