aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-03-16 17:35:28 +0800
committerlinimon <linimon@FreeBSD.org>2009-03-16 17:35:28 +0800
commitd25b3b5751e2ec6c8b3f006dedd11203412c54b4 (patch)
treee31f8352e0324bba8401ccec7d8b08640efb8d60
parentbe3434dfd81f9a4bd8855bfa0dc62d1430539820 (diff)
downloadfreebsd-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/Makefile4
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