diff options
Diffstat (limited to 'astro/boinc-setiathome-v7/Makefile')
-rw-r--r-- | astro/boinc-setiathome-v7/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/astro/boinc-setiathome-v7/Makefile b/astro/boinc-setiathome-v7/Makefile index 868f53a9a700..2ff193c16c46 100644 --- a/astro/boinc-setiathome-v7/Makefile +++ b/astro/boinc-setiathome-v7/Makefile @@ -47,10 +47,8 @@ X11_CONFIGURE_ENABLE= graphics X11_BUILD_DEPENDS_OFF= ${LOCALBASE}/include/boinc/std_fixes.h:${PORTSDIR}/net/boinc-client -.if ${ARCH} == i386 || ${ARCH} == amd64 -# comment out if world is built with clang and port with gcc -CFLAGS+= -mtune=native -.endif +CFLAGS_i386= -mtune=native +CFLAGS_amd64= -mtune=native .if !empty(MACHINE_CPU:Maltivec) CONFIGURE_ARGS+= --enable-altivec |