]> git.pld-linux.org Git - packages/libexif.git/commitdiff
- minor build fix.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 17 Mar 2005 00:20:55 +0000 (00:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libexif-gcc4.patch -> 1.1

libexif-gcc4.patch [new file with mode: 0644]

diff --git a/libexif-gcc4.patch b/libexif-gcc4.patch
new file mode 100644 (file)
index 0000000..9f388af
--- /dev/null
@@ -0,0 +1,16 @@
+exif-utils.c:88:
+    error: static declaration of 'exif_get_sshort' follows non-static declaration
+../libexif/exif-utils.h:48:
+    error: previous declaration of 'exif_get_sshort' was here
+
+--- libexif-0.6.12/libexif/exif-utils.c.orig   2005-03-13 03:27:13.000000000 +0100
++++ libexif-0.6.12/libexif/exif-utils.c        2005-03-17 01:19:01.000000000 +0100
+@@ -83,7 +83,7 @@
+       }
+ }
+-static ExifSShort
++ExifSShort
+ exif_get_sshort (const unsigned char *buf, ExifByteOrder order)
+ {
+       if (!buf) return 0;
This page took 0.099302 seconds and 4 git commands to generate.