[SVN-Commit] r1432 - in trunk: mail/thunderbird www/seamonkey

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Fri Dec 6 09:47:05 UTC 2013


Author: jbeich
Date: Fri Dec  6 09:46:50 2013
New Revision: 1432

Log:
gecko at 1371 didn't sync Makefile from ports at 330128

http://lists.freebsd.org/pipermail/freebsd-gecko/2013-October/003698.html

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

Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile	Fri Dec  6 00:00:54 2013	(r1431)
+++ trunk/mail/thunderbird/Makefile	Fri Dec  6 09:46:50 2013	(r1432)
@@ -73,11 +73,6 @@
 
 XPI_LIBDIR=	${PREFIX}/lib/xpi
 
-# libprldap60.so: Undefined symbol "PR_GetCurrentThread"
-.if ${ARCH} == i386
-USE_GCC?=	yes
-.endif
-
 .if ${PORT_OPTIONS:MENIGMAIL}
 MASTER_SITES+=	https://www.enigmail.net/download/source/:enigmail
 DISTFILES+=	${EM_DISTFILE}:enigmail

Modified: trunk/www/seamonkey/Makefile
==============================================================================
--- trunk/www/seamonkey/Makefile	Fri Dec  6 00:00:54 2013	(r1431)
+++ trunk/www/seamonkey/Makefile	Fri Dec  6 09:46:50 2013	(r1432)
@@ -82,10 +82,6 @@
 .if ! ${PORT_OPTIONS:MLDAP}
 MOZ_OPTIONS+=	--disable-ldap --enable-mailnews
 .else
-# libprldap60.so: Undefined symbol "PR_GetCurrentThread"
-. if ${ARCH} == i386
-USE_GCC?=	yes
-. endif
 MOZ_OPTIONS+=	--enable-ldap --enable-mailnews
 .endif
 .if ${PORT_OPTIONS:MENIGMAIL}


More information about the freebsd-gecko mailing list