summaryrefslogtreecommitdiff
path: root/sys-devel/gettext/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-25 13:30:01 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-25 13:30:01 +0100
commite564f1661521043bc9e03e613c3cd8c79d5d7713 (patch)
tree15a54c918d3a6a7de74cc56ce001856a561165ab /sys-devel/gettext/files
parente59b99df9503539c0231e655a17bccf83f8a270d (diff)
gentoo auto-resync : 25:06:2023 - 13:30:01
Diffstat (limited to 'sys-devel/gettext/files')
-rw-r--r--sys-devel/gettext/files/gettext-0.22-disable-libintl.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/sys-devel/gettext/files/gettext-0.22-disable-libintl.patch b/sys-devel/gettext/files/gettext-0.22-disable-libintl.patch
deleted file mode 100644
index b242ead4b435..000000000000
--- a/sys-devel/gettext/files/gettext-0.22-disable-libintl.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-https://bugs.gentoo.org/564168
-https://bugs.gentoo.org/909041
-
-Never build libintl since it's in dev-libs/libintl now.
-
-We can drop this if/when upstream fixes the configure flag handling:
-https://savannah.gnu.org/bugs/?48233
-
---- a/gettext-runtime/configure
-+++ b/gettext-runtime/configure
-@@ -22765,9 +22765,7 @@
-
- if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
- || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
-- && test "$PACKAGE" != gettext-runtime \
-- && test "$PACKAGE" != gettext-tools \
-- && test "$PACKAGE" != libintl; }; then
-+ }; then
- gt_use_preinstalled_gnugettext=yes
- else
- LIBINTL=
---- a/gettext-tools/configure
-+++ b/gettext-tools/configure
-@@ -26129,9 +26129,7 @@
-
- if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
- || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
-- && test "$PACKAGE" != gettext-runtime \
-- && test "$PACKAGE" != gettext-tools \
-- && test "$PACKAGE" != libintl; }; then
-+ }; then
- gt_use_preinstalled_gnugettext=yes
- else
- LIBINTL=