svn commit: r339485 - head/math/octave-forge-ltfat

Stephen Montgomery-Smith stephen at FreeBSD.org
Sun Jan 12 07:34:53 UTC 2014


Author: stephen
Date: Sun Jan 12 07:34:52 2014
New Revision: 339485
URL: http://svnweb.freebsd.org/changeset/ports/339485

Log:
  - Make build work with FreeBSD-10.
  
  Reported by:	pkg-fallout at FreeBSD.org
  Reference:	http://beefy2.isc.freebsd.org/bulk/10amd64-quarterly/2014-01-08_01h07m09s/logs/octave-forge-ltfat-1.4.2_1.log

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

Modified: head/math/octave-forge-ltfat/Makefile
==============================================================================
--- head/math/octave-forge-ltfat/Makefile	Sun Jan 12 07:15:57 2014	(r339484)
+++ head/math/octave-forge-ltfat/Makefile	Sun Jan 12 07:34:52 2014	(r339485)
@@ -20,6 +20,9 @@ OCTSRC=		${OCTAVE_PKGNAME}
 WRKSRC=		${WRKDIR}/${OCTSRC}/src
 
 NO_STAGE=	yes
+post-patch:
+	@${REINPLACE_CMD} -e s/^CC/\#CC/ -e s/^CXX/\#CXX/ ${WRKSRC}/Makefile_unix
+
 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
 
 post-build:


More information about the svn-ports-all mailing list