From d25b3b5751e2ec6c8b3f006dedd11203412c54b4 Mon Sep 17 00:00:00 2001 From: linimon Date: Mon, 16 Mar 2009 09:35:28 +0000 Subject: Mark as broken on sparc64: fails to compile. --- science/gromacs/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'science/gromacs') 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 +.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 -- cgit