diff options
author | pav <pav@FreeBSD.org> | 2006-06-24 00:21:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-06-24 00:21:48 +0800 |
commit | c64227fe10d0053c9f7c159d98bcf7079310602d (patch) | |
tree | ebe6f8e11e2a9ba257e63502955c330616296528 /graphics | |
parent | 62c0926d4e14df9f9452fd99acfd9f63168f8cee (diff) | |
download | freebsd-ports-graphics-c64227fe10d0053c9f7c159d98bcf7079310602d.tar.gz freebsd-ports-graphics-c64227fe10d0053c9f7c159d98bcf7079310602d.tar.zst freebsd-ports-graphics-c64227fe10d0053c9f7c159d98bcf7079310602d.zip |
- Fix build on FreeBSD 4
PR: ports/99377
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libgphoto2/files/patch-camlibs-ptp2-ptpip.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/libgphoto2/files/patch-camlibs-ptp2-ptpip.c b/graphics/libgphoto2/files/patch-camlibs-ptp2-ptpip.c new file mode 100644 index 00000000000..27fd74bf6a9 --- /dev/null +++ b/graphics/libgphoto2/files/patch-camlibs-ptp2-ptpip.c @@ -0,0 +1,10 @@ +--- camlibs/ptp2/ptpip.c.orig Tue Jun 20 04:02:16 2006 ++++ camlibs/ptp2/ptpip.c Sat Jun 24 00:33:29 2006 +@@ -31,6 +31,7 @@ + #include <stdio.h> + #include <time.h> + #include <errno.h> ++#include <sys/types.h> + #include <sys/select.h> + + #include <sys/socket.h> |