Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102781851
D31589.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
820 B
Referenced Files
None
Subscribers
None
D31589.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D31589: localedef: unbreak WITHOUT_LOCALES
Attached
Detach File
Event Timeline
Log In to Comment