aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2004-11-04 11:32:39 +0800
committermaho <maho@FreeBSD.org>2004-11-04 11:32:39 +0800
commit9f019cf952c3d5872a041fd33b70d433969a38bd (patch)
tree60f688f2786b5fcb333be33c62be17b24da15e53 /science
parentc2a7820e0e85023e7d5d6023410e6563dd39ae98 (diff)
downloadfreebsd-ports-gnome-9f019cf952c3d5872a041fd33b70d433969a38bd.tar.gz
freebsd-ports-gnome-9f019cf952c3d5872a041fd33b70d433969a38bd.tar.zst
freebsd-ports-gnome-9f019cf952c3d5872a041fd33b70d433969a38bd.zip
Fix build by adding
.ifndef WITH_FLOAT CONFIGURE_ARGS+= --disable-float Submitted by: Stephen Montgomery-Smith <stephen at math.missouri.edu> Reported by: kris via pointyhat and Bruno Afonso <brunomiguel at dequim.ist.utl.pt>
Diffstat (limited to 'science')
-rw-r--r--science/gromacs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile
index 2bd5bb236961..45c61454caab 100644
--- a/science/gromacs/Makefile
+++ b/science/gromacs/Makefile
@@ -50,6 +50,10 @@ USE_XLIB= yes
CONFIGURE_ARGS+= --without-fftw
.endif
+.ifndef WITHOUT_FLOAT
+CONFIGURE_ARGS+= --disable-float
+.endif
+
.ifdef WITH_MPI
CONFIGURE_ARGS+= --enable-mpi
CONFIGURE_ENV+= MPICC=${PREFIX}/mpich/bin/mpicc