diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2015-12-28 23:16:22 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2015-12-28 23:16:22 +0100 |
commit | 28d5b59c8154923137d999d6ee057fe8902530bc (patch) | |
tree | 442fe303cdecc209561ecc2eda8b2f8b4df56ba7 /sys-devel/gettext/files | |
parent | sys-devel/gettext: Bump to version 0.19.7 (diff) | |
download | gentoo-28d5b59c8154923137d999d6ee057fe8902530bc.tar.gz gentoo-28d5b59c8154923137d999d6ee057fe8902530bc.tar.bz2 gentoo-28d5b59c8154923137d999d6ee057fe8902530bc.zip |
sys-devel/gettext: Removed old.
Package-Manager: portage-2.2.26
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-devel/gettext/files')
-rw-r--r-- | sys-devel/gettext/files/gettext-0.19.5.1-version-hack.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sys-devel/gettext/files/gettext-0.19.5.1-version-hack.patch b/sys-devel/gettext/files/gettext-0.19.5.1-version-hack.patch deleted file mode 100644 index 1a9eaea8413c..000000000000 --- a/sys-devel/gettext/files/gettext-0.19.5.1-version-hack.patch +++ /dev/null @@ -1,18 +0,0 @@ -the gettext tooling does not quite understand 4 version components. -hack it so the output in the configure script sticks to 3 parts. -this is a horrible hack that really needs an upstream fix. - -https://lists.gnu.org/archive/html/bug-gettext/2015-07/msg00027.html -https://bugs.gentoo.org/556024 - ---- a/gettext-tools/misc/gettextize.in -+++ b/gettext-tools/misc/gettextize.in -@@ -1235,7 +1235,7 @@ - func_modify_configure_in "(AC_OUTPUT): Remove command that created po/Makefile." - sed -e '/^\(dnl \|\)AC_LINK_FILES(\$nls_cv_header_libgt, \$nls_cv_header_intl)$/d' < "$srcdir/$configure_in" > "$srcdir/$configure_in.tmp" - func_modify_configure_in "(AC_LINK_FILES): Remove invocation." --sed -e 's/^AM_GNU_GETTEXT_VERSION([^()]*)/AM_GNU_GETTEXT_VERSION(['"$version"'])/' < "$srcdir/$configure_in" > "$srcdir/$configure_in.tmp" -+sed -e 's/^AM_GNU_GETTEXT_VERSION([^()]*)/AM_GNU_GETTEXT_VERSION(['"${version%.?}"'])/' < "$srcdir/$configure_in" > "$srcdir/$configure_in.tmp" - func_modify_configure_in "(AM_GNU_GETTEXT_VERSION): Bump to $version." - $do_changelog && func_ChangeLog_finish - |