svn commit: r426144 - head/net/remmina

John Marino marino at FreeBSD.org
Tue Nov 15 05:38:45 UTC 2016


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


More information about the svn-ports-all mailing list