Date: Tue, 15 Nov 2016 05:38:44 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426144 - head/net/remmina Message-ID: <201611150538.uAF5ciYs086386@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Nov 15 05:38:43 2016 New Revision: 426144 URL: https://svnweb.freebsd.org/changeset/ports/426144 Log: 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 Modified: head/net/remmina/Makefile Modified: head/net/remmina/Makefile ============================================================================== --- head/net/remmina/Makefile Tue Nov 15 05:24:26 2016 (r426143) +++ head/net/remmina/Makefile Tue Nov 15 05:38:43 2016 (r426144) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611150538.uAF5ciYs086386>