Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2018 21:55:20 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485798 - head/math/octave
Message-ID:  <201811242155.wAOLtKok060494@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811242155.wAOLtKok060494>