net/remmina: NLS_USES+= localbase to restore build on DF

The LDFLAGS were removed with the latest update, but they are still
needed to link intl library in some cases.  Examples include missing
references to 'libintl_gettext' and 'libintl_bindtextdomain' when the
localbase isn't in compiler's default library search path.

Approved by:	DF blanket
This commit is contained in:
John Marino 2016-11-15 05:38:43 +00:00
parent d0ea37eb81
commit 768a0ebffe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426144

View file

@ -41,7 +41,7 @@ AVAHI_CMAKE_BOOL= WITH_AVAHI
GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt
GCRYPT_CMAKE_BOOL= WITH_GCRYPT GCRYPT_CMAKE_BOOL= WITH_GCRYPT
NLS_USES= gettext NLS_USES= gettext localbase
NLS_CMAKE_BOOL= WITH_GETTEXT NLS_CMAKE_BOOL= WITH_GETTEXT
SSH_LIB_DEPENDS= libssh_threads.so:security/libssh SSH_LIB_DEPENDS= libssh_threads.so:security/libssh