diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-10-14 13:20:05 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-10-14 13:20:05 +0000 |
commit | 99cf5d3a61b0fd01bec1ddc4e16b1c166c066bf6 (patch) | |
tree | 378b79285a2a56f120285ab5574e99fa6b70d860 /x11-toolkits | |
parent | 834103d52736e4ba711871f660123ff74d5dccd4 (diff) | |
download | FreeBSD-ports-99cf5d3a61b0fd01bec1ddc4e16b1c166c066bf6.zip FreeBSD-ports-99cf5d3a61b0fd01bec1ddc4e16b1c166c066bf6.tar.gz |
make it buildable on -stable
PR: 31227
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/plib/files/patch-src::net::netSocket.cxx | 10 |
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 0000000..3ceedd5 --- /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 |