Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2013 09:46:50 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1432 - in trunk: mail/thunderbird www/seamonkey
Message-ID:  <201312060946.rB69koeL022371@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Dec  6 09:46:50 2013
New Revision: 1432

Log:
gecko@1371 didn't sync Makefile from ports@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}



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