svn commit: r485798 - head/math/octave

Stephen Montgomery-Smith stephen at FreeBSD.org
Sat Nov 24 21:55:21 UTC 2018


Author: stephen
Date: Sat Nov 24 21:55:20 2018
New Revision: 485798
URL: https://svnweb.freebsd.org/changeset/ports/485798

Log:
  - Have the build process use gsed instead of sed.
  
  PR:		ports/233459
  Submitted by:	Kyle Evans <kevans at freebsd.org>

Modified:
  head/math/octave/Makefile

Modified: head/math/octave/Makefile
==============================================================================
--- head/math/octave/Makefile	Sat Nov 24 21:43:02 2018	(r485797)
+++ head/math/octave/Makefile	Sat Nov 24 21:55:20 2018	(r485798)
@@ -67,7 +67,9 @@ CONFIGURE_ENV=	GPERF="${LOCALBASE}/bin/gperf" \
 		MOC_QTVER=${LOCALBASE}/bin/moc \
 		UIC_QTVER=${LOCALBASE}/bin/uic \
 		RCC_QTVER=${LOCALBASE}/bin/rcc \
-		ac_cv_type_max_align_t=yes
+		ac_cv_type_max_align_t=yes \
+		ac_cv_path_SED=${LOCALBASE}/bin/gsed
+
 CONFIGURE_ARGS=	--host=${GNU_HOST} \
 		--with-blas="-L${LOCALBASE}/lib ${BLASLIB}" \
 		--with-lapack="${LAPACKLIB}" \


More information about the svn-ports-all mailing list