diff --git a/x11/gnome/eog/patches/patch-data_meson_build b/x11/gnome/eog/patches/patch-data_meson_build deleted file mode 100644 index 6520a964660..00000000000 --- a/x11/gnome/eog/patches/patch-data_meson_build +++ /dev/null @@ -1,23 +0,0 @@ -$OpenBSD: patch-data_meson_build,v 1.1 2021/10/31 07:19:46 ajacoutot Exp $ - -Fix build with meson >= 0.60.0 - -Index: data/meson.build ---- data/meson.build.orig -+++ data/meson.build -@@ -23,7 +23,6 @@ desktop_in = configure_file( - ) - - i18n.merge_file( -- desktop, - type: 'desktop', - input: desktop_in, - output: desktop, -@@ -35,7 +34,6 @@ i18n.merge_file( - appdata = 'eog.appdata.xml' - - i18n.merge_file( -- appdata, - input: appdata + '.in', - output: appdata, - po_dir: po_dir,