mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
It was disabled by default in fe52b7f60e. We planned to (but did not)
remove the option before FreeBSD 14. Remove it now, for FreeBSD 15.
Relnotes: Yes
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D31558
9 lines
174 B
Makefile
9 lines
174 B
Makefile
.PATH: ${SRCTOP}/lib/libc/iconv
|
|
|
|
SHLIB_MAJOR= 5
|
|
CFLAGS+= -I${SRCTOP}/lib/libc/iconv
|
|
|
|
CFLAGS+= -Dbool=_Bool
|
|
|
|
SHLIBDIR= /usr/lib${COMPAT_libcompat:U}/i18n
|
|
LIBDIR= ${SHLIBDIR}
|