aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-secs2d
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2016-01-13 01:41:27 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2016-01-13 01:41:27 +0000
commit52163851c5e5f0af2a6bd42c186665265596e20d (patch)
treecc656f73ba066b1c4b332af4da7b5a317b76ffc3 /math/octave-forge-secs2d
parent0e3e73635187fa09558d894416449888bb8d571e (diff)
downloadports-52163851c5e5f0af2a6bd42c186665265596e20d.tar.gz
ports-52163851c5e5f0af2a6bd42c186665265596e20d.zip
- Add patch so it builds with octave-4.0.0.
Notes
Notes: svn path=/head/; revision=405984
Diffstat (limited to 'math/octave-forge-secs2d')
-rw-r--r--math/octave-forge-secs2d/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/octave-forge-secs2d/Makefile b/math/octave-forge-secs2d/Makefile
index c3aea3b59639..5c0702b41661 100644
--- a/math/octave-forge-secs2d/Makefile
+++ b/math/octave-forge-secs2d/Makefile
@@ -3,7 +3,7 @@
PORTNAME= octave-forge-secs2d
PORTVERSION= 0.0.8
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
@@ -14,5 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
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>