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

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Fri Aug 23 02:49:35 UTC 2013


Author: jbeich
Date: Fri Aug 23 02:49:25 2013
New Revision: 1327

Log:
sync comment and move check to where ARCH is defined

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

Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile	Thu Aug 22 10:21:02 2013	(r1326)
+++ trunk/mail/thunderbird/Makefile	Fri Aug 23 02:49:25 2013	(r1327)
@@ -53,11 +53,6 @@
 OPTIONS_DEFINE=	ENIGMAIL LIGHTNING WEBRTC
 OPTIONS_DEFAULT=ENIGMAIL LIGHTNING WEBRTC
 
-# libprldap60.so: Undefined symbol "PR_GetCurrentThread"
-.if ${ARCH} == i386
-USE_GCC?=	yes
-.endif
-
 # non-client.mk objdir build broken after bug 846540
 .undef GNU_CONFIGURE
 ALL_TARGET=	build
@@ -75,6 +70,11 @@
 
 XPI_LIBDIR=	${PREFIX}/lib/xpi
 
+# libprldap60.so: Undefined symbol "PR_GetCurrentThread"
+.if ${ARCH} == i386
+USE_GCC?=	yes
+.endif
+
 .if ${PORT_OPTIONS:MENIGMAIL}
 MASTER_SITES+=	http://www.enigmail.net/download/source/:enigmail
 DISTFILES+=	${EM_DISTFILE}:enigmail

Modified: trunk/www/seamonkey/Makefile
==============================================================================
--- trunk/www/seamonkey/Makefile	Thu Aug 22 10:21:02 2013	(r1326)
+++ trunk/www/seamonkey/Makefile	Fri Aug 23 02:49:25 2013	(r1327)
@@ -83,6 +83,7 @@
 .if ! ${PORT_OPTIONS:MLDAP}
 MOZ_OPTIONS+=	--disable-ldap --enable-mailnews
 .else
+# libprldap60.so: Undefined symbol "PR_GetCurrentThread"
 . if ${ARCH} == i386
 USE_GCC?=	yes
 . endif


More information about the freebsd-gecko mailing list