diff options
author | linimon <linimon@FreeBSD.org> | 2009-03-16 17:35:28 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-03-16 17:35:28 +0800 |
commit | d25b3b5751e2ec6c8b3f006dedd11203412c54b4 (patch) | |
tree | e31f8352e0324bba8401ccec7d8b08640efb8d60 | |
parent | be3434dfd81f9a4bd8855bfa0dc62d1430539820 (diff) | |
download | freebsd-ports-gnome-d25b3b5751e2ec6c8b3f006dedd11203412c54b4.tar.gz freebsd-ports-gnome-d25b3b5751e2ec6c8b3f006dedd11203412c54b4.tar.zst freebsd-ports-gnome-d25b3b5751e2ec6c8b3f006dedd11203412c54b4.zip |
Mark as broken on sparc64: fails to compile.
-rw-r--r-- | science/gromacs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index 3e1346b8c686..16468a6d4b04 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -32,6 +32,10 @@ OPTIONS= FFTW3 "Use FFT routines from math/fftw3" on \ .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + .if !defined(WITHOUT_FFTW3) && defined(WITH_FFTW2) IGNORE= Cannot build with FFTW3 and FFTW2. Run 'make config' again and choose only one of them. .endif |