python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / tools / networking / miniupnpc / freebsd.patch
blob42ae85a8e6b146b00624d90592df0cc32af827d1
1 diff --git a/minihttptestserver.c b/minihttptestserver.c
2 index bbfdac3..a43999d 100644
3 --- a/minihttptestserver.c
4 +++ b/minihttptestserver.c
5 @@ -1,3 +1,6 @@
6 +#ifndef INADDR_LOOPBACK
7 +#define INADDR_LOOPBACK 0x7f000001
8 +#endif
9 /* $Id: minihttptestserver.c,v 1.17 2015/02/06 10:31:19 nanard Exp $ */
10 /* Project : miniUPnP
11 * Author : Thomas Bernard