From d013ed39e6756dafab784246a5ad130a0775f94e Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 14 Sep 2014 14:30:30 +0200 Subject: libnatpmp: add from oldpackages This adds libnatpmp from old packages and updates it to version 20140401. This new version has to install the header file declspec.h. libnatpmp is needed for tor. Signed-off-by: Hauke Mehrtens --- libs/libnatpmp/patches/001-install_declspec.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libs/libnatpmp/patches/001-install_declspec.patch (limited to 'libs/libnatpmp/patches') diff --git a/libs/libnatpmp/patches/001-install_declspec.patch b/libs/libnatpmp/patches/001-install_declspec.patch new file mode 100644 index 000000000..d79dd3f6d --- /dev/null +++ b/libs/libnatpmp/patches/001-install_declspec.patch @@ -0,0 +1,11 @@ +--- a/Makefile ++++ b/Makefile +@@ -56,7 +56,7 @@ else + endif + endif + +-HEADERS = natpmp.h ++HEADERS = natpmp.h declspec.h + + EXECUTABLES = testgetgateway natpmpc-shared natpmpc-static + -- cgit v1.2.3