diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-01 18:45:51 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-01 18:45:51 +0000 |
commit | 924f15fc795fa649d4b22c4a9319e8b2f1509539 (patch) | |
tree | 86383fe9ad8b44b6508d10cce6de42068950d243 /misc/pantry | |
parent | ce62eb9096d6a4b378a5ddcb1c237b4a8c42e133 (diff) | |
download | ports-924f15fc795fa649d4b22c4a9319e8b2f1509539.tar.gz ports-924f15fc795fa649d4b22c4a9319e8b2f1509539.zip |
Notes
Diffstat (limited to 'misc/pantry')
-rw-r--r-- | misc/pantry/files/patch-src_client.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/pantry/files/patch-src_client.cc b/misc/pantry/files/patch-src_client.cc new file mode 100644 index 000000000000..f0709e758766 --- /dev/null +++ b/misc/pantry/files/patch-src_client.cc @@ -0,0 +1,10 @@ +--- src/client.cc.orig 2009-03-15 04:13:28.000000000 +0000 ++++ src/client.cc +@@ -8,6 +8,7 @@ + #include <errno.h> + #include <stdlib.h> + #include <string.h> ++#include <unistd.h> + + namespace + { |