From b07afe2f7083001c8268681a8f5f63974f164f4c Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Sun, 13 Dec 2015 17:00:48 +0300 Subject: [PATCH] miniupnpc: add headers to install See https://github.com/mxe/mxe/issues/1051#issuecomment-164260560 --- src/miniupnpc-1-fixes.patch | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/miniupnpc-1-fixes.patch diff --git a/src/miniupnpc-1-fixes.patch b/src/miniupnpc-1-fixes.patch new file mode 100644 index 00000000..8fd7849f --- /dev/null +++ b/src/miniupnpc-1-fixes.patch @@ -0,0 +1,30 @@ +This file is part of MXE. +See index.html for further information. + +Contains ad hoc patches for cross building. + +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Boris Nagaev +Date: Sun, 13 Dec 2015 16:56:42 +0300 +Subject: [PATCH] cmake: add headers to install + + * bsdqueue.h + * miniupnpctypes.h + * portlistingparse.h + +See https://github.com/mxe/mxe/issues/1051#issuecomment-164260560 + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 1111111..2222222 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -166,6 +166,9 @@ install (FILES + upnpreplyparse.h + upnperrors.h + declspec.h ++ bsdqueue.h ++ miniupnpctypes.h ++ portlistingparse.h + DESTINATION include/miniupnpc + ) +