Remove RELEASE_CRUNCH here
If someone wants to subset, they can set MK_ICONV=no. We no longer use it for the release.
This commit is contained in:
parent
435e57a1b9
commit
fddfaafd65
@ -37,7 +37,7 @@ CFLAGS+=-I${.CURDIR} -I${SRCDIR} -I${SRCDIR}/regex
|
||||
LIBADD= util ncursesw
|
||||
CFLAGS+= -DUSE_WIDECHAR
|
||||
|
||||
.if ${MK_ICONV} == "yes" && !defined(RESCUE) && !defined(RELEASE_CRUNCH)
|
||||
.if ${MK_ICONV} == "yes" && !defined(RESCUE)
|
||||
CFLAGS+= -DUSE_ICONV
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user