pkgsrc/games/plib/patches/patch-ac
2006-03-28 23:05:05 +00:00

13 lines
367 B
Text

$NetBSD: patch-ac,v 1.4 2006/03/28 23:05:05 joerg Exp $
--- src/net/netSocket.cxx.orig Mon Sep 22 06:03:03 2003
+++ src/net/netSocket.cxx Mon Sep 22 06:03:29 2003
@@ -25,7 +25,7 @@
#if defined(__CYGWIN__) || !defined (WIN32)
-#if defined(__APPLE__)
+#if defined(__APPLE__) || defined (__FreeBSD__) || defined(__DragonFly__)
# include <netinet/in.h>
#endif