ruby-exif (0.1.2-20) extconf.rb

Summary

 extconf.rb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

--- ruby-exif-0.1.2.orig/extconf.rb
+++ ruby-exif-0.1.2/extconf.rb
@@ -5,7 +5,7 @@
 def have_libexif_header
   have_header('libexif/exif-ifd.h') and
   have_header('libexif/exif-data.h') and
-  have_header('libexif/exif-note.h') and
+#  have_header('libexif/exif-note.h') and
   have_header('libexif/exif-utils.h') and
   have_header('libexif/exif-tag.h') 
 end