summaryrefslogtreecommitdiff
path: root/mozilla-1245076.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2016-07-26 11:29:57 +0200
committerMartin Stransky <stransky@redhat.com>2016-07-26 11:29:57 +0200
commit06549fee247c5ee7b9c36cc4e6c7d425a555a4c4 (patch)
tree9712937ed9bfebb8c3600945b1a71a1a8a1868c7 /mozilla-1245076.patch
parentrebuild for libvpx 1.6.0 (diff)
downloadlibrewolf-fedora-ff-06549fee247c5ee7b9c36cc4e6c7d425a555a4c4.tar.gz
librewolf-fedora-ff-06549fee247c5ee7b9c36cc4e6c7d425a555a4c4.tar.bz2
librewolf-fedora-ff-06549fee247c5ee7b9c36cc4e6c7d425a555a4c4.zip
Updated to 48.0
Diffstat (limited to 'mozilla-1245076.patch')
-rw-r--r--mozilla-1245076.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/mozilla-1245076.patch b/mozilla-1245076.patch
deleted file mode 100644
index c3f06f1..0000000
--- a/mozilla-1245076.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-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"
-
-
bgstack15