diff options
Diffstat (limited to 'devel/libgphoto2/patches/patch-ad')
-rw-r--r-- | devel/libgphoto2/patches/patch-ad | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/libgphoto2/patches/patch-ad b/devel/libgphoto2/patches/patch-ad new file mode 100644 index 00000000000..0364e21bf0c --- /dev/null +++ b/devel/libgphoto2/patches/patch-ad @@ -0,0 +1,14 @@ +$NetBSD: patch-ad,v 1.1 2007/02/05 20:03:19 markd Exp $ + +--- camlibs/digita/digita.c.orig 2007-02-03 18:19:59.857410000 +1300 ++++ camlibs/digita/digita.c +@@ -26,9 +26,7 @@ + #include <errno.h> + #include <fcntl.h> + #include <string.h> +-#ifdef HAVE_LIMITS_H + #include <limits.h> +-#endif + #ifdef OS2 + #include <db.h> + #endif |