$OpenBSD: patch-libpurple_nat-pmp_c,v 1.3 2007/10/01 22:03:29 merdely Exp $
--- libpurple/nat-pmp.c.orig	Sat Sep 29 12:39:04 2007
+++ libpurple/nat-pmp.c	Sat Sep 29 20:18:28 2007
@@ -43,6 +43,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)