diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-01-20 23:44:28 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-01-20 23:44:28 +0800 |
commit | 4baea57d00b6226768be4d935ba912515387dc85 (patch) | |
tree | 87795f25c3c5ceeb0efa9ad50fc12c7a14be1287 /graphics/sane-backends | |
parent | 2a1b1bebccd776cb01985ba18616de927052041d (diff) | |
download | freebsd-ports-gnome-4baea57d00b6226768be4d935ba912515387dc85.tar.gz freebsd-ports-gnome-4baea57d00b6226768be4d935ba912515387dc85.tar.zst freebsd-ports-gnome-4baea57d00b6226768be4d935ba912515387dc85.zip |
- Add patch to fix build error (couldn't reproduce it though; submitter mail bounces, so I can't get any details)
PR: 130622
Submitted by: Mel <mel at rachie dot is-a-geek dot net>
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/files/patch-include_sane_sanei_tcp.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/sane-backends/files/patch-include_sane_sanei_tcp.h b/graphics/sane-backends/files/patch-include_sane_sanei_tcp.h new file mode 100644 index 000000000000..f4e50b89d750 --- /dev/null +++ b/graphics/sane-backends/files/patch-include_sane_sanei_tcp.h @@ -0,0 +1,10 @@ +--- include/sane/sanei_tcp.h.orig 2006-11-30 14:23:19.000000000 -0900 ++++ include/sane/sanei_tcp.h 2009-01-16 05:02:42.000000000 -0900 +@@ -20,6 +20,7 @@ + + #include <sane/sane.h> + ++#include <sys/types.h> + #include <netinet/in.h> + #include <netdb.h> + |