aboutsummaryrefslogtreecommitdiff
path: root/community/zathura/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/zathura/build')
-rwxr-xr-xcommunity/zathura/build3
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.