- Unbreak. Add patch so it will build with octave-4.0.0.

This commit is contained in:
Stephen Montgomery-Smith 2016-01-13 01:49:08 +00:00
parent 52163851c5
commit c0cf58fa5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405985

View file

@ -12,9 +12,10 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN= does not build with octave-4.0.0
GNU_CONFIGURE= yes
post-patch:
${REINPLACE_CMD} -E 's/Octave_map/octave_map/g' ${WRKSRC}/src/*.cc
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
.include <bsd.port.mk>