aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-11-15 05:38:43 +0000
committerJohn Marino <marino@FreeBSD.org>2016-11-15 05:38:43 +0000
commit768a0ebffe85804210c4cd936aba80b200242c7e (patch)
tree8a0d1784bde0a327668df152c055596d7c6739e5
parentd0ea37eb81b22555fc1da7cb002b3506cbcf5ae8 (diff)
downloadports-768a0ebffe85804210c4cd936aba80b200242c7e.tar.gz
ports-768a0ebffe85804210c4cd936aba80b200242c7e.zip
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
Notes
Notes: svn path=/head/; revision=426144
-rw-r--r--net/remmina/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/remmina/Makefile b/net/remmina/Makefile
index 1d1a55bd8868..3bcdac8499e2 100644
--- a/net/remmina/Makefile
+++ b/net/remmina/Makefile
@@ -41,7 +41,7 @@ AVAHI_CMAKE_BOOL= WITH_AVAHI
GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt
GCRYPT_CMAKE_BOOL= WITH_GCRYPT
-NLS_USES= gettext
+NLS_USES= gettext localbase
NLS_CMAKE_BOOL= WITH_GETTEXT
SSH_LIB_DEPENDS= libssh_threads.so:security/libssh