diff options
Diffstat (limited to 'graphics/libexif/patches/patch-ab')
-rw-r--r-- | graphics/libexif/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/libexif/patches/patch-ab b/graphics/libexif/patches/patch-ab new file mode 100644 index 00000000000..1744cc9b194 --- /dev/null +++ b/graphics/libexif/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.3 2005/05/09 13:21:16 minskim Exp $ + +--- libexif/exif-utils.c.orig 2005-03-12 20:27:13.000000000 -0600 ++++ libexif/exif-utils.c +@@ -22,6 +22,9 @@ + + #include <libexif/exif-utils.h> + ++static ExifSShort ++exif_get_sshort (const unsigned char *buf, ExifByteOrder order); ++ + void + exif_array_set_byte_order (ExifFormat f, unsigned char *b, unsigned int n, + ExifByteOrder o_orig, ExifByteOrder o_new) |