summaryrefslogtreecommitdiff
path: root/multimedia/nxtvepg/files/patch-epgdb::epgnetio.c
blob: ecdbc06caadbf8417aebcc7e23cbc1eeba0b8b7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- epgdb/epgnetio.c.orig	Sun Nov 17 19:14:32 2002
+++ epgdb/epgnetio.c	Sun Jan  5 23:43:08 2003
@@ -65,7 +65,7 @@
 #include "epgdb/epgdbsav.h"
 #include "epgdb/epgnetio.h"
 
-#if defined(linux) || defined(__NetBSD__)
+#if defined(linux) || defined(__NetBSD__) || defined(__FreeBSD__)
 #define HAVE_GETADDRINFO
 #endif