[SVN-Commit] r89 - branches/experimental/www/firefox3 trunk/www/firefox3

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Tue Aug 18 19:45:36 UTC 2009


Author: beat
Date: Tue Aug 18 19:45:28 2009
New Revision: 89

Log:
- Remove BROKEN on sparc64

Modified:
   branches/experimental/www/firefox3/Makefile
   trunk/www/firefox3/Makefile

Modified: branches/experimental/www/firefox3/Makefile
==============================================================================
--- branches/experimental/www/firefox3/Makefile	Tue Aug 18 19:38:06 2009	(r88)
+++ branches/experimental/www/firefox3/Makefile	Tue Aug 18 19:45:28 2009	(r89)
@@ -59,10 +59,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not compile on sparc64: invokes i386 assembler
-.endif
-
 GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}
 
 .if ${HAVE_GNOME:Mlibgnomeui}!=""

Modified: trunk/www/firefox3/Makefile
==============================================================================
--- trunk/www/firefox3/Makefile	Tue Aug 18 19:38:06 2009	(r88)
+++ trunk/www/firefox3/Makefile	Tue Aug 18 19:45:28 2009	(r89)
@@ -59,10 +59,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not compile on sparc64: invokes i386 assembler
-.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