mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build with utf8 support disabled.
Reported by: ml@sd2i.com on freebsd-ports@ Approved by: portmgr (marcus)
This commit is contained in:
parent
b6247c6196
commit
47e4ef5a06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157045
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ MAN8= wzdftpd.8
|
|||
|
||||
.if defined(WITH_UTF8)
|
||||
USE_ICONV= yes
|
||||
CONFIGURE_ARGS+= --enable-utf8
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-utf8
|
||||
.endif
|
||||
|
||||
.if defined(WITH_TCL)
|
||||
|
|
Loading…
Add table
Reference in a new issue