summaryrefslogtreecommitdiff
path: root/graphics/libexif/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libexif/patches/patch-ab')
-rw-r--r--graphics/libexif/patches/patch-ab14
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/libexif/patches/patch-ab b/graphics/libexif/patches/patch-ab
deleted file mode 100644
index 1744cc9b194..00000000000
--- a/graphics/libexif/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$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)