aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/octave-forge-pdb/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/octave-forge-pdb/Makefile b/math/octave-forge-pdb/Makefile
index 05d5eeb68378..d053c48ebf58 100644
--- a/math/octave-forge-pdb/Makefile
+++ b/math/octave-forge-pdb/Makefile
@@ -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>