mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
Added 2 patches to build this port PR: ports/50980 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
10 lines
342 B
Text
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
|