Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jun 2014 00:13:54 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1605 - in trunk: mail/thunderbird www/seamonkey
Message-ID:  <201406130013.s5D0DsUh004822@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Jun 13 00:13:54 2014
New Revision: 1605

Log:
workaround for symbol clash: openldap vs. ldap/c-sdk

PR:		165263

Modified:
   trunk/mail/thunderbird/Makefile
   trunk/www/seamonkey/Makefile

Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile	Fri Jun 13 00:13:39 2014	(r1604)
+++ trunk/mail/thunderbird/Makefile	Fri Jun 13 00:13:54 2014	(r1605)
@@ -30,6 +30,9 @@
 EM_VERSION=	1.6
 L_VERSION=	2.6.5
 
+# XXX make bug 292127 workaround local to ldap/c-sdk
+CFLAGS+=	-Dldap_str2charray=moz_ldap_str2charray
+
 SSP_UNSAFE=	yes
 USE_AUTOTOOLS=	autoconf213:env
 USE_PYTHON_BUILD=2

Modified: trunk/www/seamonkey/Makefile
==============================================================================
--- trunk/www/seamonkey/Makefile	Fri Jun 13 00:13:39 2014	(r1604)
+++ trunk/www/seamonkey/Makefile	Fri Jun 13 00:13:54 2014	(r1605)
@@ -118,6 +118,8 @@
 MOZ_OPTIONS+=	--disable-ldap --enable-mailnews
 .else
 MOZ_OPTIONS+=	--enable-ldap --enable-mailnews
+# XXX make bug 292127 workaround local to ldap/c-sdk
+CFLAGS+=	-Dldap_str2charray=moz_ldap_str2charray
 .endif
 .if ${PORT_OPTIONS:MENIGMAIL}
 #MASTER_SITES+=	https://www.enigmail.net/download/source/:enigmail



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406130013.s5D0DsUh004822>