svn commit: r339484 - head/math/octave-forge-nan

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


Author: stephen
Date: Sun Jan 12 07:15:57 2014
New Revision: 339484
URL: http://svnweb.freebsd.org/changeset/ports/339484

Log:
  - Make build work with FreeBSD-10.
  
  Reported by:	pkg-fallout at FreeBSD.org
  Reference:	http://beefy1.isc.freebsd.org/bulk/10i386-quarterly/2014-01-08_01h06m10s/logs/octave-forge-nan-2.5.5_2.log

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

Modified: head/math/octave-forge-nan/Makefile
==============================================================================
--- head/math/octave-forge-nan/Makefile	Sun Jan 12 07:06:31 2014	(r339483)
+++ head/math/octave-forge-nan/Makefile	Sun Jan 12 07:15:57 2014	(r339484)
@@ -16,6 +16,9 @@ OCTSRC=		NaN
 WRKSRC=		${WRKDIR}/${OCTSRC}/src
 
 NO_STAGE=	yes
+post-patch:
+	@${REINPLACE_CMD} -e s/^CC/\#CC/ -e s/^CXX/\#CXX/ ${WRKSRC}/Makefile
+
 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
 
 ALL_TARGET=	octave


More information about the svn-ports-all mailing list