ports/math/octave/files/patch-configure
Tijl Coosemans f610f4ceab 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)
2013-12-13 13:43:17 +00:00

11 lines
231 B
Text

--- 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;