patches/libexif-gtk-05-sf-bug-1394423.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 6808 91747edfea2e
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446

--- libexif-gtk-0.3.5/configure.in.orig	2004-10-18 15:12:58.000000000 -0400
+++ libexif-gtk-0.3.5/configure.in	2006-01-05 19:06:05.000000000 -0500
@@ -52,7 +52,7 @@
 dnl ---------------------------------------------------------------------------
 CPPFLAGS_save="$CPPFLAGS"
 CPPFLAGS=$LIBEXIF_GTK_CFLAGS
-AC_CHECK_HEADER([exif-mem.h], [
+PKG_CHECK_MODULES(HAVE_EXIF_0_6_12, libexif >= 0.6.12, [
 	exif_msg=">= 0.6.12"
 	AC_DEFINE(HAVE_EXIF_0_6_12,1,[whether we use a version of libexif greater than 0.6.12])],[
 	exif_msg="< 0.6.12 (think about upgrading)"])
@@ -73,7 +73,7 @@
 
 Configuration (${PACKAGE}):
 
-	Source code location:    $(srcdir)
+	Source code location:    ${srcdir}
 	Version:                 ${VERSION}
 	Compiler:                ${CC}