From 4b5157d7a0b3453665a8a1005eb17db8513d98a5 Mon Sep 17 00:00:00 2001 From: Dan Theisen Date: Wed, 6 Oct 2021 13:35:01 +0000 Subject: user/miniupnpc: new package --- user/miniupnpc/fix-cmake-include-install.patch | 29 ++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 user/miniupnpc/fix-cmake-include-install.patch (limited to 'user/miniupnpc/fix-cmake-include-install.patch') diff --git a/user/miniupnpc/fix-cmake-include-install.patch b/user/miniupnpc/fix-cmake-include-install.patch new file mode 100644 index 000000000..0ed4455b1 --- /dev/null +++ b/user/miniupnpc/fix-cmake-include-install.patch @@ -0,0 +1,29 @@ +--- a/CMakeLists.txt 2021-10-06 13:27:48.242245444 +0000 ++++ b/CMakeLists.txt 2021-10-06 13:28:05.140476639 +0000 +@@ -221,16 +221,16 @@ + + if (NOT UPNPC_NO_INSTALL) + install (FILES +- miniupnpc.h +- miniwget.h +- upnpcommands.h +- igd_desc_parse.h +- upnpreplyparse.h +- upnperrors.h +- upnpdev.h +- miniupnpctypes.h +- portlistingparse.h +- miniupnpc_declspec.h ++ include/miniupnpc.h ++ include/miniwget.h ++ include/upnpcommands.h ++ include/igd_desc_parse.h ++ include/upnpreplyparse.h ++ include/upnperrors.h ++ include/upnpdev.h ++ include/miniupnpctypes.h ++ include/portlistingparse.h ++ include/miniupnpc_declspec.h + DESTINATION include/miniupnpc + ) + -- cgit v1.2.3-60-g2f50