Files
haikuports/net-libs/tox/patches/tox-0.2.18.patchset
2023-07-29 16:16:01 +00:00

22 lines
683 B
Plaintext

From bf1bcf205099592e3f1298bc9496c2f96219ee60 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Fri, 24 Mar 2023 13:12:39 +0100
Subject: Haiku: find libnetwork
diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake
index fb49944..7eeb3cc 100644
--- a/cmake/Dependencies.cmake
+++ b/cmake/Dependencies.cmake
@@ -11,6 +11,7 @@ find_package(Threads REQUIRED)
find_library(NSL_LIBRARIES nsl )
find_library(RT_LIBRARIES rt )
find_library(SOCKET_LIBRARIES socket )
+find_library(SOCKET_LIBRARIES network )
# For toxcore.
pkg_use_module(LIBSODIUM libsodium )
--
2.37.3