diff options
author | hasso <hasso> | 2009-03-11 12:16:21 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-03-11 12:16:21 +0000 |
commit | 250471f6673dc4d935ad97bb78de41541bc49e86 (patch) | |
tree | 2bd43f4e32076cfc5773c46ab063e551c8fc1ce9 /comms | |
parent | e10d7157c7a335d4cc6340e6a25e36e6958b62a9 (diff) | |
download | pkgsrc-250471f6673dc4d935ad97bb78de41541bc49e86.tar.gz |
Make it build on DragonFly.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/plp/distinfo | 3 | ||||
-rw-r--r-- | comms/plp/patches/patch-at | 21 |
2 files changed, 23 insertions, 1 deletions
diff --git a/comms/plp/distinfo b/comms/plp/distinfo index 852dee1569b..c075f1cb2bd 100644 --- a/comms/plp/distinfo +++ b/comms/plp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2007/10/10 18:14:07 rillig Exp $ +$NetBSD: distinfo,v 1.15 2009/03/11 12:16:21 hasso Exp $ SHA1 (plp_1_8.tar.gz) = cad586353091895b6efc556d2cb5fa16891a3749 RMD160 (plp_1_8.tar.gz) = 1a29209fd7def352c9a1c6671b1a90efcd276456 @@ -21,3 +21,4 @@ SHA1 (patch-ap) = c104fcff93c6a20da75dcfa63ad814da43bbc718 SHA1 (patch-aq) = 706c2518c92c1b9ce3098839e5b282933f7904f0 SHA1 (patch-ar) = 25ec84057553840bb071706ecf143189f7591fc9 SHA1 (patch-as) = 696b46a9f173cc81083a0c4efa2ffdd8df2d0f19 +SHA1 (patch-at) = d5196efa3423c0d3e897806325ff712dec7f05c2 diff --git a/comms/plp/patches/patch-at b/comms/plp/patches/patch-at new file mode 100644 index 00000000000..17aad633452 --- /dev/null +++ b/comms/plp/patches/patch-at @@ -0,0 +1,21 @@ +$NetBSD: patch-at,v 1.1 2009/03/11 12:16:22 hasso Exp $ + +--- utils/ppsocket.h.orig 2009-03-11 13:51:20 +0200 ++++ utils/ppsocket.h 2009-03-11 13:51:50 +0200 +@@ -7,6 +7,7 @@ + + #include <unistd.h> + #include <netdb.h> ++#include <errno.h> + #include <sys/socket.h> + #include <arpa/inet.h> + +@@ -24,8 +25,6 @@ + #define SOCKET_ERROR -1 + #define INFINITE 0 + +-extern int errno; +- + #include "bool.h" + class bufferStore; + |