summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-14 13:20:05 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-14 13:20:05 +0000
commitd1f1a20d0d92ebfbe34f07fdd1b00da757d2613c (patch)
tree68a44f6a35e89bd4dd524dd1acd541afa1f46e4a /x11-toolkits
parentComplete XINE includes multiple <videolan/dvdcss.h>. But videolan/dvdcss.h (diff)
make it buildable on -stable
PR: 31227 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=48752
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/plib/files/patch-src::net::netSocket.cxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/plib/files/patch-src::net::netSocket.cxx b/x11-toolkits/plib/files/patch-src::net::netSocket.cxx
new file mode 100644
index 000000000000..3ceedd537e33
--- /dev/null
+++ b/x11-toolkits/plib/files/patch-src::net::netSocket.cxx
@@ -0,0 +1,10 @@
+--- src/net/netSocket.cxx.orig Sun Oct 14 21:13:16 2001
++++ src/net/netSocket.cxx Sun Oct 14 21:13:48 2001
+@@ -46,6 +46,7 @@
+
+ /* Paul Wiltsey says we need this for Solaris 2.8 */
+
++#include <netinet/in.h>
+ #ifndef INADDR_NONE
+ #define INADDR_NONE ((unsigned long)-1)
+ #endif