summaryrefslogtreecommitdiffstats
path: root/lib/libkiconv/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-06-22 17:09:46 +0000
committerdelphij <delphij@FreeBSD.org>2009-06-22 17:09:46 +0000
commit3216be3a5a453bb6570d9a31504f54f067832fad (patch)
treeff466c24979a5205b616c97267983e5b0216ed4c /lib/libkiconv/Makefile
parent903095e7105f537fbdcb5a7a542bd833c6b35b3b (diff)
downloadFreeBSD-src-3216be3a5a453bb6570d9a31504f54f067832fad.zip
FreeBSD-src-3216be3a5a453bb6570d9a31504f54f067832fad.tar.gz
Split tolower/toupper code from usual xlat16 kiconv table, and make it
possible to do tolower/toupper independently without code conversion. Submitted by: imura (but bugs are mine) Obtained from: http://people.freebsd.org/~imura/kiconv/ (1_kiconv_wctype_kern.diff, 1_kiconv_wctype_user.diff)
Diffstat (limited to 'lib/libkiconv/Makefile')
-rw-r--r--lib/libkiconv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkiconv/Makefile b/lib/libkiconv/Makefile
index afb6392..e66e718 100644
--- a/lib/libkiconv/Makefile
+++ b/lib/libkiconv/Makefile
@@ -2,7 +2,7 @@
LIB= kiconv
SHLIBDIR?= /lib
-SRCS= xlat16_iconv.c xlat16_sysctl.c
+SRCS= kiconv_sysctl.c xlat16_iconv.c xlat16_sysctl.c
SRCS+= quirks.c
SHLIB_MAJOR= 3
OpenPOWER on IntegriCloud