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} _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
