mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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>
This commit is contained in:
parent
09d0ce7b7e
commit
6f6b466841
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79182
2 changed files with 19 additions and 0 deletions
10
graphics/ruby-libexif/files/patch-aa
Normal file
10
graphics/ruby-libexif/files/patch-aa
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- 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
|
9
graphics/ruby-libexif/files/patch-ab
Normal file
9
graphics/ruby-libexif/files/patch-ab
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- exif.c.orig Tue Apr 15 14:50:52 2003
|
||||
+++ exif.c Tue Apr 15 14:50:57 2003
|
||||
@@ -10,7 +10,6 @@
|
||||
#include "ruby.h"
|
||||
#include <libexif/exif-ifd.h>
|
||||
#include <libexif/exif-data.h>
|
||||
-#include <libexif/exif-note.h>
|
||||
#include <libexif/exif-utils.h>
|
||||
#include <libexif/exif-tag.h>
|
Loading…
Add table
Reference in a new issue