Index: Makefile =================================================================== RCS file: /home/pcvs/ports/astro/boinc-setiathome-enhanced/Makefile,v retrieving revision 1.24 diff -a -u -r1.24 Makefile --- Makefile 18 Sep 2009 14:34:21 -0000 1.24 +++ Makefile 19 Sep 2009 08:59:23 -0000 @@ -54,11 +54,10 @@ .endif .if ${OSVERSION} >= 700042 -.if ${ARCH} == "sparc64" -BROKEN= Does not compile with GCC 4.2 -.endif +.if ${ARCH} != "sparc64" CFLAGS+= -mtune=native .endif +.endif CXXFLAGS+= ${CFLAGS}