diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 11:09:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 12:24:29 +0000 |
commit | b4573a1dddec7011870401b918130e247518898c (patch) | |
tree | 3327df952270ea85e9b04b83babc4a984338181e /testing/miniupnpd/musl.patch | |
parent | 65d663e7d996ef9bbdb3af1d286d3334a5fad0b2 (diff) | |
download | aports-b4573a1dddec7011870401b918130e247518898c.tar.bz2 aports-b4573a1dddec7011870401b918130e247518898c.tar.xz |
testing/miniupnpd: upgrade to 1.8.20140523
ref #2220
Diffstat (limited to 'testing/miniupnpd/musl.patch')
-rw-r--r-- | testing/miniupnpd/musl.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/miniupnpd/musl.patch b/testing/miniupnpd/musl.patch new file mode 100644 index 0000000000..7c2e2dc0f7 --- /dev/null +++ b/testing/miniupnpd/musl.patch @@ -0,0 +1,11 @@ +--- ./miniupnpd.c.orig ++++ ./miniupnpd.c +@@ -39,7 +39,7 @@ + #include <sys/param.h> + #if defined(sun) + #include <kstat.h> +-#else ++#elif defined(__BSD__) + /* for BSD's sysctl */ + #include <sys/sysctl.h> + #endif |