Date: Sun, 5 Jun 2016 16:47:09 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416401 - head/math/octave Message-ID: <201606051647.u55Gl9Td078162@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Jun 5 16:47:09 2016 New Revision: 416401 URL: https://svnweb.freebsd.org/changeset/ports/416401 Log: 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) Modified: head/math/octave/Makefile Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Sun Jun 5 16:43:47 2016 (r416400) +++ head/math/octave/Makefile Sun Jun 5 16:47:09 2016 (r416401) @@ -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}" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606051647.u55Gl9Td078162>