aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-04-18 12:57:25 +0800
committeredwin <edwin@FreeBSD.org>2003-04-18 12:57:25 +0800
commit8195bd717633e04deed3b0499a3f67900b8a20ed (patch)
treef260f01f279c5128ed435fcb9d3563d905366849 /graphics
parent311d806eb6e6825b5e6d882c6bebf3ea4f08f88c (diff)
downloadfreebsd-ports-gnome-8195bd717633e04deed3b0499a3f67900b8a20ed.tar.gz
freebsd-ports-gnome-8195bd717633e04deed3b0499a3f67900b8a20ed.tar.zst
freebsd-ports-gnome-8195bd717633e04deed3b0499a3f67900b8a20ed.zip
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>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ruby-libexif/files/patch-aa10
-rw-r--r--graphics/ruby-libexif/files/patch-ab9
2 files changed, 19 insertions, 0 deletions
diff --git a/graphics/ruby-libexif/files/patch-aa b/graphics/ruby-libexif/files/patch-aa
new file mode 100644
index 000000000000..22073bc55f39
--- /dev/null
+++ b/graphics/ruby-libexif/files/patch-aa
@@ -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
diff --git a/graphics/ruby-libexif/files/patch-ab b/graphics/ruby-libexif/files/patch-ab
new file mode 100644
index 000000000000..81a79acde8c8
--- /dev/null
+++ b/graphics/ruby-libexif/files/patch-ab
@@ -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>