diff options
author | mat <mat@FreeBSD.org> | 2015-08-19 21:41:51 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-08-19 21:41:51 +0800 |
commit | 47900e9d4bacba66e2ff045420d9d83a295a542a (patch) | |
tree | 81a2ca31789f4172ca1be25f640fe0b45335d47a /astro | |
parent | b6fbcc59ce12b5456ed66f1b6348f4dda197f1dd (diff) | |
download | freebsd-ports-gnome-47900e9d4bacba66e2ff045420d9d83a295a542a.tar.gz freebsd-ports-gnome-47900e9d4bacba66e2ff045420d9d83a295a542a.tar.zst freebsd-ports-gnome-47900e9d4bacba66e2ff045420d9d83a295a542a.zip |
Fix previous commit.
Pointy hat to: mat
Sponsored by: Absolight
Diffstat (limited to 'astro')
-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 |