summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/ttf2eot-cstddef.patch
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2016-03-31 01:11:19 -0500
committerEric Bavier <bavier@member.fsf.org>2016-04-15 00:23:29 -0500
commit1555aee7d03fc9931eb870bdfb272a889f0cadc4 (patch)
tree1e0dcf45b3fcb9a895d8c96c1e8701b461fc3aea /gnu/packages/patches/ttf2eot-cstddef.patch
parent508a85dfd6a0f10b460020535ee5d13e5d304089 (diff)
downloadguix-patches-1555aee7d03fc9931eb870bdfb272a889f0cadc4.tar
guix-patches-1555aee7d03fc9931eb870bdfb272a889f0cadc4.tar.gz
gnu: Add ttf2eot.
* gnu/packages/fontutils.scm (ttf2eot): New variable. * gnu/packages/patches/ttf2eot-cstddef.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/patches/ttf2eot-cstddef.patch')
-rw-r--r--gnu/packages/patches/ttf2eot-cstddef.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/packages/patches/ttf2eot-cstddef.patch b/gnu/packages/patches/ttf2eot-cstddef.patch
new file mode 100644
index 0000000000..af76898e77
--- /dev/null
+++ b/gnu/packages/patches/ttf2eot-cstddef.patch
@@ -0,0 +1,12 @@
+From resolution of https://code.google.com/p/ttf2eot/issues/detail?id=26
+
+--- ttf2eot-0.0.2-2/OpenTypeUtilities.cpp 2009-04-30 04:18:46.000000000 -0500
++++ ttf2eot-0.0.2-2/OpenTypeUtilities.cpp 2016-03-31 01:06:39.109996011 -0500
+@@ -25,6 +25,7 @@
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
++#include <cstddef>
+ #include <string.h>
+ #include <vector>
+