Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131781632
D31589.id93940.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
892 B
Referenced Files
None
Subscribers
None
D31589.id93940.diff
View Options
Index: Makefile.inc1
===================================================================
--- Makefile.inc1
+++ 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 localdef 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
Index: share/ctypedef/Makefile
===================================================================
--- share/ctypedef/Makefile
+++ 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
Sun, Oct 12, 3:02 AM (17 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23605266
Default Alt Text
D31589.id93940.diff (892 B)
Attached To
Mode
D31589: localedef: unbreak WITHOUT_LOCALES
Attached
Detach File
Event Timeline
Log In to Comment