git: f4e67f18bdf2 - main - Remove sr_RS.UTF-8 at latin from the list of targets
Mark Johnston
markj at FreeBSD.org
Fri Jul 23 19:09:11 UTC 2021
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=f4e67f18bdf292f11fd02fd93e8e67111eadaed9
commit f4e67f18bdf292f11fd02fd93e8e67111eadaed9
Author: Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2021-07-23 19:02:56 +0000
Commit: Mark Johnston <markj at FreeBSD.org>
CommitDate: 2021-07-23 19:05:28 +0000
Remove sr_RS.UTF-8 at latin from the list of targets
It is installed with other unicode locales, from monetdef_unicode.
This is just a band-aid to fix the build, as it's not clear how to
regenerate this Makefile.
Fixes: 0a36787e4c1f
---
share/monetdef/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index 1ffa6961b4bd..e5d861da468d 100644
--- a/share/monetdef/Makefile
+++ b/share/monetdef/Makefile
@@ -40,7 +40,7 @@ LOCALES+= ru_RU.CP866
LOCALES+= ru_RU.ISO8859-5
LOCALES+= ru_RU.KOI8-R
LOCALES+= sl_SI.ISO8859-2
-LOCALES+= sr_RS.UTF-8 at latin
+#LOCALES+= sr_RS.UTF-8 at latin
LOCALES+= sv_FI.ISO8859-1
LOCALES+= sv_FI.ISO8859-15
LOCALES+= sv_SE.ISO8859-15
More information about the dev-commits-src-all
mailing list