mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
d0ea37eb81
commit
768a0ebffe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426144
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue