summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2015-12-13 14:00:48 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2015-12-13 15:00:17 (GMT)
commitb07afe2f7083001c8268681a8f5f63974f164f4c (patch)
tree0c081f94333f24ad6ba66fcfe2bf0738410fbf8f /src
parent23898cc905085d1f6305c793f8e88468d70aa759 (diff)
downloadmxe-b07afe2f7083001c8268681a8f5f63974f164f4c.zip
mxe-b07afe2f7083001c8268681a8f5f63974f164f4c.tar.gz
mxe-b07afe2f7083001c8268681a8f5f63974f164f4c.tar.bz2
miniupnpc: add headers to install
See https://github.com/mxe/mxe/issues/1051#issuecomment-164260560
Diffstat (limited to 'src')
-rw-r--r--src/miniupnpc-1-fixes.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/miniupnpc-1-fixes.patch b/src/miniupnpc-1-fixes.patch
new file mode 100644
index 0000000..8fd7849
--- /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 <bnagaev@gmail.com>
+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
+ )
+