svn commit: r339886 - head/math/octave-forge-tsa

Stephen Montgomery-Smith stephen at FreeBSD.org
Thu Jan 16 03:14:30 UTC 2014


Author: stephen
Date: Thu Jan 16 03:14:30 2014
New Revision: 339886
URL: http://svnweb.freebsd.org/changeset/ports/339886
QAT: https://qat.redports.org/buildarchive/r339886/

Log:
  - Make compatible with FreeBSD-10+.

Modified:
  head/math/octave-forge-tsa/Makefile

Modified: head/math/octave-forge-tsa/Makefile
==============================================================================
--- head/math/octave-forge-tsa/Makefile	Thu Jan 16 02:44:49 2014	(r339885)
+++ head/math/octave-forge-tsa/Makefile	Thu Jan 16 03:14:30 2014	(r339886)
@@ -10,6 +10,8 @@ COMMENT=	Octave-forge package ${OCTAVE_P
 
 LICENSE=	GPLv3
 
+MAKE_ARGS=	CC="${CC}" CXX="${CXX}"
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}


More information about the svn-ports-all mailing list