From 14cd6ba4cb5886d4732c2bf6c7ef8dc2c6c791de Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 5 Aug 2019 00:49:02 +0300 Subject: [PATCH] mesa: remove gettext patch --- xorg/mesa/build | 2 -- xorg/mesa/checksums | 1 - xorg/mesa/patches/mesa-no-gettext.patch | 11 ----------- xorg/mesa/sources | 1 - xorg/mesa/version | 2 +- 5 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 xorg/mesa/patches/mesa-no-gettext.patch diff --git a/xorg/mesa/build b/xorg/mesa/build index 1f54817f..1149a7fb 100755 --- a/xorg/mesa/build +++ b/xorg/mesa/build @@ -1,7 +1,5 @@ #!/bin/sh -e -patch -p1 < mesa-no-gettext.patch - export CFLAGS="-DGLX_X86_READONLY_TEXT $CFLAGS" # Fix issues with musl and firefox. diff --git a/xorg/mesa/checksums b/xorg/mesa/checksums index 3157b3e5..b4cc4767 100644 --- a/xorg/mesa/checksums +++ b/xorg/mesa/checksums @@ -1,2 +1 @@ 845460b2225d15c15d4a9743dec798ff0b7396b533011d43e774e67f7825b7e0 mesa-19.1.3.tar.xz -9f434a4788f5303724ae38786b7ddd7493fdf666283997a977e4a66a25034ee0 mesa-no-gettext.patch diff --git a/xorg/mesa/patches/mesa-no-gettext.patch b/xorg/mesa/patches/mesa-no-gettext.patch deleted file mode 100644 index 498909c0..00000000 --- a/xorg/mesa/patches/mesa-no-gettext.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff --git a/src/util/xmlpool/meson.build b/src/util/xmlpool/meson.build -index 81184fa..b2dfba2 100644 ---- a/src/util/xmlpool/meson.build -+++ b/src/util/xmlpool/meson.build -@@ -35,6 +35,3 @@ xmlpool_options_h = custom_target( - ], - depend_files : _langs_po_files, - ) -- --i18n = import('i18n') --i18n.gettext('xmlpool', install : false) diff --git a/xorg/mesa/sources b/xorg/mesa/sources index 981b1ce1..9472674b 100644 --- a/xorg/mesa/sources +++ b/xorg/mesa/sources @@ -1,2 +1 @@ https://mesa.freedesktop.org/archive/mesa-19.1.3.tar.xz -patches/mesa-no-gettext.patch diff --git a/xorg/mesa/version b/xorg/mesa/version index 49c27277..f2653065 100644 --- a/xorg/mesa/version +++ b/xorg/mesa/version @@ -1 +1 @@ -19.1.3 1 +19.1.3 2