aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-06-05 16:47:09 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-06-05 16:47:09 +0000
commit59049f074c5fa36802f262144beaaeec1bb5f56d (patch)
treeb0cf8102778114e1c40faee3a74cb37ff5a24a94 /math
parent2ef552576c5dca02c264ecaf43a7729bf004e86a (diff)
downloadports-59049f074c5fa36802f262144beaaeec1bb5f56d.tar.gz
ports-59049f074c5fa36802f262144beaaeec1bb5f56d.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/octave/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 31435205f383..3367eb76e7cf 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -51,7 +51,8 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= GPERF="${LOCALBASE}/bin/gperf" \
JAVA_HOME=${JAVA_HOME} \
- MAKEINFO=${LOCALBASE}/bin/makeinfo
+ MAKEINFO=${LOCALBASE}/bin/makeinfo \
+ ac_cv_type_max_align_t=yes
CONFIGURE_ARGS= --host=${GNU_HOST} \
--with-blas="-L${LOCALBASE}/lib ${BLASLIB}" \
--with-lapack="${LAPACKLIB}" \