diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-09-14 14:30:30 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-09-14 15:56:57 +0200 |
commit | d013ed39e6756dafab784246a5ad130a0775f94e (patch) | |
tree | 24473134573928a757b04ca1d4832a1fbbbff843 /libs/libnatpmp/patches | |
parent | 090d73e56c04386eee1004167029d2ac4611a80a (diff) |
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 <hauke@hauke-m.de>
Diffstat (limited to 'libs/libnatpmp/patches')
-rw-r--r-- | libs/libnatpmp/patches/001-install_declspec.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 + |