diff options
author | obrien <obrien@FreeBSD.org> | 2008-12-30 09:44:22 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2008-12-30 09:44:22 +0800 |
commit | b2fbb776fbdf4c390ae7252bda91b17b44f71396 (patch) | |
tree | 89844f7dfde46ee4b006d2ae77e9cd58ccd4f683 /net | |
parent | c5aa52d3a3825049a0ccf266037f1372eda817f1 (diff) | |
download | freebsd-ports-gnome-b2fbb776fbdf4c390ae7252bda91b17b44f71396.tar.gz freebsd-ports-gnome-b2fbb776fbdf4c390ae7252bda91b17b44f71396.tar.zst freebsd-ports-gnome-b2fbb776fbdf4c390ae7252bda91b17b44f71396.zip |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/rdesktop/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index 9c272c1a5f5c..1b9ed43d85c3 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -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\ |