summaryrefslogtreecommitdiff
path: root/math/octave/files/patch-configure
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2013-12-13 13:43:17 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2013-12-13 13:43:17 +0000
commitf610f4ceab3c4c095c68d64396b8902b51d74a16 (patch)
tree4c6155ec366c3ef25e178d5d7106f105804ed4dd /math/octave/files/patch-configure
parentNew USES=fortran to replace USE_FORTRAN. (diff)
Replace USE_FORTRAN with USES=fortran such that C/C++ code is built with
Clang/libc++ on FreeBSD 10. This fixes a crash caused by the use of libstdc++ while dependencies used libc++. Approved by: maho (maintainer)
Notes
Notes: svn path=/head/; revision=336344
Diffstat (limited to 'math/octave/files/patch-configure')
-rw-r--r--math/octave/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/octave/files/patch-configure b/math/octave/files/patch-configure
new file mode 100644
index 000000000000..14bcdaaef08f
--- /dev/null
+++ b/math/octave/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2013-02-21 21:21:49.000000000 +0100
++++ configure 2013-11-22 20:34:49.000000000 +0100
+@@ -58248,7 +58248,7 @@
+ main ()
+ {
+
+- std::unordered_map m;
++ std::unordered_map<int, int> m;
+
+ ;
+ return 0;