[SVN-Commit] r578 - branches/experimental/mail/thunderbird trunk/mail/thunderbird

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Tue Jun 28 20:09:30 UTC 2011


Author: flo
Date: Tue Jun 28 20:09:22 2011
New Revision: 578

Log:
- add powerpc64 support back, mistakenly dropped in last commit

Modified:
   branches/experimental/mail/thunderbird/Makefile
   trunk/mail/thunderbird/Makefile

Modified: branches/experimental/mail/thunderbird/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird/Makefile	Tue Jun 28 20:05:46 2011	(r577)
+++ branches/experimental/mail/thunderbird/Makefile	Tue Jun 28 20:09:22 2011	(r578)
@@ -61,6 +61,15 @@
 WRKSRC=		${WRKDIR}/comm-miramar
 MOZSRC:=	${WRKSRC}/mozilla
 
+.if ${ARCH} == powerpc64
+.if ${OSVERSION} < 900033
+BROKEN=		Needs binutils 2.17.50 to build
+.else
+CONFIGURE_ENV+=	UNAME_m="powerpc64"
+CFLAGS+=	-mminimal-toc
+.endif
+.endif
+
 GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}
 
 .if ${HAVE_GNOME:Mlibgnomeui}!=""

Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile	Tue Jun 28 20:05:46 2011	(r577)
+++ trunk/mail/thunderbird/Makefile	Tue Jun 28 20:09:22 2011	(r578)
@@ -61,6 +61,15 @@
 WRKSRC=		${WRKDIR}/comm-miramar
 MOZSRC:=	${WRKSRC}/mozilla
 
+.if ${ARCH} == powerpc64
+.if ${OSVERSION} < 900033
+BROKEN=		Needs binutils 2.17.50 to build
+.else
+CONFIGURE_ENV+=	UNAME_m="powerpc64"
+CFLAGS+=	-mminimal-toc
+.endif
+.endif
+
 GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}
 
 .if ${HAVE_GNOME:Mlibgnomeui}!=""


More information about the freebsd-gecko mailing list