diff options
author | Martin Stransky <stransky@redhat.com> | 2016-04-05 12:27:12 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2016-04-05 12:27:12 +0200 |
commit | 04747039ee0c6fd646e22697ef1da31f8924e10b (patch) | |
tree | c4cdb797eedc4f19e5363aa115df804f51e38c91 /mozilla-1245076.patch | |
parent | Fixed rhbz#1321355 - broken flash plugin (diff) | |
download | librewolf-fedora-ff-04747039ee0c6fd646e22697ef1da31f8924e10b.tar.gz librewolf-fedora-ff-04747039ee0c6fd646e22697ef1da31f8924e10b.tar.bz2 librewolf-fedora-ff-04747039ee0c6fd646e22697ef1da31f8924e10b.zip |
Polished gcc6 patches
Diffstat (limited to 'mozilla-1245076.patch')
-rw-r--r-- | mozilla-1245076.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mozilla-1245076.patch b/mozilla-1245076.patch new file mode 100644 index 0000000..c3f06f1 --- /dev/null +++ b/mozilla-1245076.patch @@ -0,0 +1,23 @@ +diff --git a/gfx/graphite2/src/Collider.cpp b/gfx/graphite2/src/Collider.cpp +--- a/gfx/graphite2/src/Collider.cpp ++++ b/gfx/graphite2/src/Collider.cpp +@@ -21,17 +21,17 @@ + + Alternatively, the contents of this file may be used under the terms of the + Mozilla Public License (http://mozilla.org/MPL) or the GNU General Public + License, as published by the Free Software Foundation, either version 2 + of the License or (at your option) any later version. + */ + #include <algorithm> + #include <limits> +-#include <math.h> ++#include <cmath> + #include <string> + #include <functional> + #include "inc/Collider.h" + #include "inc/Segment.h" + #include "inc/Slot.h" + #include "inc/GlyphCache.h" + #include "inc/Sparse.h" + + |