Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Aug 2013 02:49:26 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1327 - in trunk: mail/thunderbird www/seamonkey
Message-ID:  <201308230249.r7N2nQYm077361@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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



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