diff options
-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\ |