diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-14 08:25:26 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-14 08:25:26 +0000 |
commit | 3eab93d8cb03fd0395c9b495617526e344573219 (patch) | |
tree | f292db8c88b024049ab670b316d5a57a591bbc29 /system/gettext-tiny/omg-i-cant-believe-im-doing-ua-crap.patch | |
parent | aa830b4469274dd5375f88a63ef14b766417780c (diff) | |
download | packages-3eab93d8cb03fd0395c9b495617526e344573219.tar.gz packages-3eab93d8cb03fd0395c9b495617526e344573219.tar.bz2 packages-3eab93d8cb03fd0395c9b495617526e344573219.tar.xz packages-3eab93d8cb03fd0395c9b495617526e344573219.zip |
system/gettext-tiny: Bump to latest Git commit
Diffstat (limited to 'system/gettext-tiny/omg-i-cant-believe-im-doing-ua-crap.patch')
-rw-r--r-- | system/gettext-tiny/omg-i-cant-believe-im-doing-ua-crap.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/system/gettext-tiny/omg-i-cant-believe-im-doing-ua-crap.patch b/system/gettext-tiny/omg-i-cant-believe-im-doing-ua-crap.patch deleted file mode 100644 index ced35e74b..000000000 --- a/system/gettext-tiny/omg-i-cant-believe-im-doing-ua-crap.patch +++ /dev/null @@ -1,18 +0,0 @@ -It turns out CMake requires the format to be: - -^msgmerge \(.*\) (gettext-version-number-here) - -So, this fixes CMake's test suite, and properly sets GETTEXT_VERSION_STRING -to be the same as the m4 scripts shipped. - ---- gettext-tiny-0.3.0_pre1/src/msgmerge.c.old 2018-06-20 23:47:19.927932643 -0500 -+++ gettext-tiny-0.3.0_pre1/src/msgmerge.c 2018-06-20 23:55:12.997464272 -0500 -@@ -18,7 +18,7 @@ - __attribute__((noreturn)) - static void version(void) { - fprintf(stdout, -- "these are not (GNU gettext-tools) 99.9999.9999\n"); -+ "msgmerge (GNU gettext-tools compatible) 99.9999.9999\n"); - exit(0); - } - |