Page MenuHomeFreeBSD

D31589.diff
No OneTemporary

D31589.diff

diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2353,10 +2353,9 @@
${_bt}-usr.bin/clang/lldb-tblgen: ${_bt}-lib/clang/libllvmminimal
.endif
-.if ${MK_LOCALES} != "no"
+# C.UTF-8 is always built in share/ctypes and we need localedef for that.
_localedef= usr.bin/localedef
${_bt}-usr.bin/localedef: ${_bt}-usr.bin/yacc ${_bt_lex_depend}
-.endif
.if ${MK_ICONV} != "no"
_mkesdb= usr.bin/mkesdb
diff --git a/share/ctypedef/Makefile b/share/ctypedef/Makefile
--- a/share/ctypedef/Makefile
+++ b/share/ctypedef/Makefile
@@ -218,7 +218,7 @@
# C.UTF-8 is the default locale, so it should always been installed.
ALWAYS= C.UTF-8.LC_CTYPE
-FILES= ${LOCALES:NC.UTF-8:S/$/.LC_CTYPE/}
+FILES= ${LOCALES:NC.UTF-8:C/.+$/&.LC_CTYPE/}
CLEANFILES= ${FILES}
.for f t in ${SAME}

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 18, 2:55 AM (18 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14688848
Default Alt Text
D31589.diff (820 B)

Event Timeline