summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2020-12-05 01:11:52 +0000
committerMatthias Andree <mandree@FreeBSD.org>2020-12-05 01:11:52 +0000
commitf4536e49620c56bf9128e4d986c5a363635a4433 (patch)
tree2c990b60d0e803596497722d852e2db45778fc57
parentUpdate to Wine 6.0 RC1, the first milestone of the forthcoming Wine 6.0 (diff)
graphics/geeqie: delete excess patch that does not apply
Approved by: portmgr@ (blanket, unbreak broken port)
Notes
Notes: svn path=/head/; revision=557035
-rw-r--r--graphics/geeqie/Makefile3
-rw-r--r--graphics/geeqie/files/patch-src_bar__exif.h13
2 files changed, 2 insertions, 14 deletions
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile
index 80cf00e45cbf..4bf9ab23b12e 100644
--- a/graphics/geeqie/Makefile
+++ b/graphics/geeqie/Makefile
@@ -19,7 +19,8 @@ CONFLICTS= geeqie-devel-[0-9]*
USES= autoreconf compiler:c++11-lang gettext gmake gnome jpeg \
localbase pkgconfig desktop-file-utils tar:xz lua:53 shebangfix
-USE_GNOME= intltool
+USE_GNOME= cairo gdkpixbuf2 intltool
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-readmedir="${DOCSDIR}"
CONFIGURE_ARGS+=--disable-j2k # not in ports (yet), disable proactively to avoid hidden dependency
diff --git a/graphics/geeqie/files/patch-src_bar__exif.h b/graphics/geeqie/files/patch-src_bar__exif.h
deleted file mode 100644
index 934352cf9b04..000000000000
--- a/graphics/geeqie/files/patch-src_bar__exif.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/bar_exif.h.orig 2019-08-20 19:01:23 UTC
-+++ src/bar_exif.h
-@@ -29,8 +29,8 @@ void bar_pane_exif_entry_add_from_config(GtkWidget *pa
-
- /* these are exposed for when duplication of the exif bar's text is needed */
-
--const gchar **bar_exif_key_list;
--const gint bar_exif_key_count;
-+extern const gchar **bar_exif_key_list;
-+extern const gint bar_exif_key_count;
- GList *bar_pane_exif_list();
-
- #endif