diff options
author | Rene Ladan <rene@FreeBSD.org> | 2009-09-21 21:01:57 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2009-09-21 21:01:57 +0000 |
commit | bf19441c01b2c3daa23eda2eece2122fbd603f41 (patch) | |
tree | e81302358673fa11c314231c4750246206170488 /astro | |
parent | 32dd9ad8cfc0de322ced272bd43f7137406abc36 (diff) |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-setiathome-enhanced/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/astro/boinc-setiathome-enhanced/Makefile b/astro/boinc-setiathome-enhanced/Makefile index 89caebdfde2b..4675647e6e4e 100644 --- a/astro/boinc-setiathome-enhanced/Makefile +++ b/astro/boinc-setiathome-enhanced/Makefile @@ -53,10 +53,7 @@ CONFIGURE_ARGS+= --disable-graphics PLIST_SUB+= X11="@comment " .endif -.if ${OSVERSION} >= 700042 -.if ${ARCH} == "sparc64" -BROKEN= Does not compile with GCC 4.2 -.endif +.if ${OSVERSION} >= 700042 && (${ARCH} == i386 || ${ARCH} == amd64) CFLAGS+= -mtune=native .endif |