diff options
Diffstat (limited to 'community/zathura/build')
-rwxr-xr-x | community/zathura/build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/zathura/build b/community/zathura/build index 4706c829..58f7c8b2 100755 --- a/community/zathura/build +++ b/community/zathura/build @@ -2,7 +2,8 @@ export DESTDIR="$1" -patch -p1 < remove_gettext.patch +# Disable gettext requirement. +clsed '/i18n/,/^)$/d' data/meson.build # Fix build errors when appstream-glib or # desktop-file-utils are installed. |