aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2016-06-06 00:47:09 +0800
committerantoine <antoine@FreeBSD.org>2016-06-06 00:47:09 +0800
commit0ea4a6c92d4b24021d954450f1cb518f7eddec5f (patch)
treeb0cf8102778114e1c40faee3a74cb37ff5a24a94 /math
parent9236ce46928ff43257572638074a51cd14ea5998 (diff)
downloadfreebsd-ports-gnome-0ea4a6c92d4b24021d954450f1cb518f7eddec5f.tar.gz
freebsd-ports-gnome-0ea4a6c92d4b24021d954450f1cb518f7eddec5f.tar.zst
freebsd-ports-gnome-0ea4a6c92d4b24021d954450f1cb518f7eddec5f.zip
Fix build with libc++ 3.8.0, by disabling custom max_align_t definition
PR: 209692 Submitted by: dim@ Approved by: maintainer timeout (2 weeks)
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}" \