diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-08-15 20:31:20 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-08-15 20:31:20 +0000 |
commit | e55c717cb08120ba9ecda980d27c3ddc87d94f95 (patch) | |
tree | 38c59905825a8fd929d9abe21534cee8f2e1318d /math/givaro/files/patch-src__library__tools__givtruncdomain.h | |
parent | Update to MPICH 3.1.2 (diff) |
math/givaro: 3.5.0 -> 3.8.0
Changes:
- to 3.6.0:
https://forge.imag.fr/frs/shownotes.php?release_id=157
- to 3.7.0:
https://forge.imag.fr/frs/shownotes.php?release_id=161
- to 3.7.1:
https://forge.imag.fr/frs/shownotes.php?release_id=196
- to 3.8.0:
https://forge.imag.fr/frs/shownotes.php?release_id=418
PR: 191989
Submitted by: pi
Approved by: bf (maintainer timeout)
Diffstat (limited to 'math/givaro/files/patch-src__library__tools__givtruncdomain.h')
-rw-r--r-- | math/givaro/files/patch-src__library__tools__givtruncdomain.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/givaro/files/patch-src__library__tools__givtruncdomain.h b/math/givaro/files/patch-src__library__tools__givtruncdomain.h new file mode 100644 index 000000000000..f9cfddaae717 --- /dev/null +++ b/math/givaro/files/patch-src__library__tools__givtruncdomain.h @@ -0,0 +1,11 @@ +--- ./src/library/tools/givtruncdomain.h.orig 2014-08-11 23:06:35.000000000 +0200 ++++ ./src/library/tools/givtruncdomain.h 2014-08-11 23:06:42.000000000 +0200 +@@ -17,7 +17,7 @@ + #ifdef __APPLE__ + #include <utility> + #else +-#include <bits/stl_pair.h> ++/* #include <bits/stl_pair.h> */ + #endif + #endif + |