summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2016-01-13 01:49:08 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2016-01-13 01:49:08 +0000
commitc0cf58fa5ee9cc10d7bccbcc7d6d0c132d8a8e7a (patch)
tree98003d12ddbde2adfcad2eccd6a2ef0a8400d494 /math
parent52163851c5e5f0af2a6bd42c186665265596e20d (diff)
downloadfreebsd-ports-c0cf58fa5ee9cc10d7bccbcc7d6d0c132d8a8e7a.zip
- Unbreak. Add patch so it will build with octave-4.0.0.
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>