1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add WITH_ICONV knob. Victor Sudakov reports he needs this patch in order

to properly build Cyrillic filenames support.

Submitted by:   Victor Sudakov <sudakov@sibptus.tomsk.ru>
This commit is contained in:
David E. O'Brien 2008-12-30 01:44:22 +00:00
parent a15aa2e989
commit c945d33d06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224967

View File

@ -26,6 +26,11 @@ MAN1= rdesktop.1
CONFIGURE_ARGS+= --with-ipv6
.endif
.if defined(WITH_ICONV)
USE_ICONV= yes
CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE}
.endif
.if defined(WITH_RDESKTOP_DEBUG)
CONFIGURE_ARGS+= --with-debug\
--with-debug-kbd\