mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
daf2519ea2
commit
d7be70f0ff
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue