diff options
Diffstat (limited to 'math/octave/files/patch-configure')
-rw-r--r-- | math/octave/files/patch-configure | 11 |
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; |