openbsd-ports/net/pidgin/patches/patch-libpurple_nat-pmp_c
brad 8bd6e8e1ac Update to Pidgin 2.5.0.
"no worse than before" ckuethe@
2008-08-21 05:59:01 +00:00

13 lines
418 B
Plaintext

$OpenBSD: patch-libpurple_nat-pmp_c,v 1.4 2008/08/21 05:59:01 brad Exp $
--- libpurple/nat-pmp.c.orig Mon Aug 18 21:53:31 2008
+++ libpurple/nat-pmp.c Wed Aug 20 00:48:35 2008
@@ -47,6 +47,8 @@
#include <sys/socket.h>
#endif
+#undef NET_RT_DUMP
+
/* We will need sysctl() and NET_RT_DUMP, both of which are not present
* on all platforms, to continue. */
#if defined(HAVE_SYS_SYSCTL_H) && defined(NET_RT_DUMP)