svn commit: r416401 - head/math/octave
Antoine Brodin
antoine at FreeBSD.org
Sun Jun 5 16:47:10 UTC 2016
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}" \
More information about the svn-ports-all
mailing list