tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Fix warning about UPNP letter case
Ahmed Kamal
3 years ago
1cf7a75d
2032969f
+13
1 changed file
expand all
collapse all
unified
split
pkgs
applications
blockchains
haven-cli
use-system-libraries.patch
+13
pkgs/applications/blockchains/haven-cli/use-system-libraries.patch
···
28
28
29
29
if(APPLE)
30
30
include_directories(SYSTEM /usr/include/malloc)
31
31
+
diff --git a/cmake/FindMiniupnpc.cmake b/cmake/FindMiniupnpc.cmake
32
32
+
index ad2004a..7f4bb68 100644
33
33
+
--- a/cmake/FindMiniupnpc.cmake
34
34
+
+++ b/cmake/FindMiniupnpc.cmake
35
35
+
@@ -37,7 +37,7 @@ set(MINIUPNP_STATIC_LIBRARIES ${MINIUPNP_STATIC_LIBRARY})
36
36
+
37
37
+
include(FindPackageHandleStandardArgs)
38
38
+
find_package_handle_standard_args(
39
39
+
- MiniUPnPc DEFAULT_MSG
40
40
+
+ Miniupnpc DEFAULT_MSG
41
41
+
MINIUPNP_INCLUDE_DIR
42
42
+
MINIUPNP_LIBRARY
43
43
+
)
31
44
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
32
45
index 71b165f..10189ce 100644
33
46
--- a/external/CMakeLists.txt