libiconv_modules: Migrate from COMPAT_32BIT to generic COMPAT_libcompat
See commit 8fad2cda93 ("bsd.compat.mk: Provide new CPP and sub-make
variables") for the context behind this change.
Reviewed by: brooks, jhb
Differential Revision: https://reviews.freebsd.org/D40929
This commit is contained in:
@@ -7,10 +7,6 @@ CFLAGS+= -I${SRCTOP}/lib/libc/iconv
|
||||
|
||||
CFLAGS+= -Dbool=_Bool
|
||||
|
||||
.if !defined(COMPAT_32BIT)
|
||||
SHLIBDIR= /usr/lib/i18n
|
||||
.else
|
||||
SHLIBDIR= /usr/lib32/i18n
|
||||
.endif
|
||||
SHLIBDIR= /usr/lib${COMPAT_libcompat:U}/i18n
|
||||
LIBDIR= ${SHLIBDIR}
|
||||
MK_PROFILE= no
|
||||
|
||||
Reference in New Issue
Block a user