diff options
author | wiz <wiz@pkgsrc.org> | 2010-12-08 09:35:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-12-08 09:35:29 +0000 |
commit | bab989c65c0c391dba817b1990ac7c9d9b8cec74 (patch) | |
tree | 56bef614d610c1d0b6f5f637985646867937e178 /graphics | |
parent | 51ab9175ce2f756364418dc400f63232e86fa30f (diff) | |
download | pkgsrc-bab989c65c0c391dba817b1990ac7c9d9b8cec74.tar.gz |
Fix typo, noted by Rumko.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sane-backends/distinfo | 4 | ||||
-rw-r--r-- | graphics/sane-backends/patches/patch-af | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sane-backends/distinfo b/graphics/sane-backends/distinfo index 45f27ef25de..4d55ce12e80 100644 --- a/graphics/sane-backends/distinfo +++ b/graphics/sane-backends/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.28 2010/12/06 12:16:03 wiz Exp $ +$NetBSD: distinfo,v 1.29 2010/12/08 09:35:29 wiz Exp $ SHA1 (sane-backends-1.0.21.tar.gz) = 4a2789ea9dae1ece090d016abd14b0f2450d9bdb RMD160 (sane-backends-1.0.21.tar.gz) = 000ae42ffd6484c54389a9468bdde1dcfc758dde @@ -8,5 +8,5 @@ SHA1 (patch-ab) = ab1f77b2f6e7cb691fe4e97aa6d0c8d8e4f46bc9 SHA1 (patch-ac) = 900911de5cde4a6cdc35cbc2d13371b13c596474 SHA1 (patch-ad) = ffd50b49305c05bda28de0536ca54171baff6892 SHA1 (patch-ae) = bf9b53fd5c9b74915769afe9e17bed292a8a9ed9 -SHA1 (patch-af) = 5942f1282e77caafb34711a79731b2ed975fc446 +SHA1 (patch-af) = 7c7eeec5599062fba7bd0ad93dec8e976d5cce0d SHA1 (patch-ag) = 8155659bce4e1ce569a8a4a74131f21670c0a834 diff --git a/graphics/sane-backends/patches/patch-af b/graphics/sane-backends/patches/patch-af index 9eee53ab36c..11d1ca858a2 100644 --- a/graphics/sane-backends/patches/patch-af +++ b/graphics/sane-backends/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.3 2010/12/06 12:16:03 wiz Exp $ +$NetBSD: patch-af,v 1.4 2010/12/08 09:35:29 wiz Exp $ Fix build on DragonFly, PR pkg/44193. @@ -8,7 +8,7 @@ Fix build on DragonFly, PR pkg/44193. #include <sys/types.h> #endif -+#ifdef NEED_SYS_SOCKET_H ++#ifdef HAVE_SYS_SOCKET_H +#include <sys/socket.h> +#endif + |