ports/graphics/ruby-libexif/files/patch-aa
Edwin Groothuis 6f6b466841 Update graphics/ruby-libexif: fix build - bento error
Added 2 patches to build this port

PR:		ports/50980
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-04-18 04:57:25 +00:00

10 lines
342 B
Text

--- extconf.rb.orig Tue Apr 15 14:49:33 2003
+++ extconf.rb Tue Apr 15 14:49:38 2003
@@ -5,7 +5,6 @@
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-utils.h') and
have_header('libexif/exif-tag.h')
end