summaryrefslogtreecommitdiff
path: root/media-libs/ganv/files/ganv-1.8.2-make-intl-check-non-required.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/ganv/files/ganv-1.8.2-make-intl-check-non-required.patch')
-rw-r--r--media-libs/ganv/files/ganv-1.8.2-make-intl-check-non-required.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/media-libs/ganv/files/ganv-1.8.2-make-intl-check-non-required.patch b/media-libs/ganv/files/ganv-1.8.2-make-intl-check-non-required.patch
new file mode 100644
index 000000000000..ff89e795ed2a
--- /dev/null
+++ b/media-libs/ganv/files/ganv-1.8.2-make-intl-check-non-required.patch
@@ -0,0 +1,13 @@
+diff --git a/meson.build b/meson.build
+index 27cb852..eb3500c 100644
+--- a/meson.build
++++ b/meson.build
+@@ -45,7 +45,7 @@ endif
+
+ m_dep = cc.find_library('m', required: false)
+
+-intl_dep = cc.find_library('intl', required: get_option('nls'))
++intl_dep = cc.find_library('intl', required: get_option('nls'), required: false)
+
+ gtk2_dep = dependency('gtk+-2.0',
+ version: '>= 2.10.0',