[SVN-Commit] r817 - in branches/experimental/mail: thunderbird
thunderbird-esr
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Sat Jun 30 22:54:37 UTC 2012
Author: jbeich
Date: Sat Jun 30 22:54:30 2012
New Revision: 817
Log:
remove dups added in r742
Modified:
branches/experimental/mail/thunderbird-esr/Makefile
branches/experimental/mail/thunderbird/Makefile
Modified: branches/experimental/mail/thunderbird-esr/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird-esr/Makefile Sat Jun 30 22:54:22 2012 (r816)
+++ branches/experimental/mail/thunderbird-esr/Makefile Sat Jun 30 22:54:30 2012 (r817)
@@ -75,15 +75,6 @@
.endif
.endif
-.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
-
.if ${HAVE_GNOME:Mlibgnomeui}!=""
USE_GNOME+= libgnomeui
MOZ_OPTIONS+= --enable-gnomeui
Modified: branches/experimental/mail/thunderbird/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird/Makefile Sat Jun 30 22:54:22 2012 (r816)
+++ branches/experimental/mail/thunderbird/Makefile Sat Jun 30 22:54:30 2012 (r817)
@@ -75,15 +75,6 @@
.endif
.endif
-.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
-
.if ${HAVE_GNOME:Mlibgnomeui}!=""
USE_GNOME+= libgnomeui
MOZ_OPTIONS+= --enable-gnomeui
More information about the freebsd-gecko
mailing list