diff options
author | Andreas Enge <andreas@enge.fr> | 2013-01-26 00:43:03 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-01-26 00:43:03 +0100 |
commit | e5c0701f9c77afdce0e4c8ae502ad93177a81b88 (patch) | |
tree | ab1e01e15b7072a0f568552c14947221e55d960b /gnu/packages/patches/teckit-cstdio.patch | |
parent | cc957c3c7461fbad38978b7c8b4d76e3c0aca80a (diff) | |
download | guix-e5c0701f9c77afdce0e4c8ae502ad93177a81b88.tar.gz |
gnu: Add TECkit.
* gnu/packages/freetype.scm (teckit): New variable. * gnu/packages/patches/teckit-cstdio.patch: New file. * Makefile.am (dist_patch_DATA): Add patch.
Diffstat (limited to 'gnu/packages/patches/teckit-cstdio.patch')
-rw-r--r-- | gnu/packages/patches/teckit-cstdio.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/packages/patches/teckit-cstdio.patch b/gnu/packages/patches/teckit-cstdio.patch new file mode 100644 index 0000000000..d79595ed44 --- /dev/null +++ b/gnu/packages/patches/teckit-cstdio.patch @@ -0,0 +1,10 @@ +--- TECkit_2_5_1/source/Compiler.cpp 2008-04-07 16:21:12.000000000 +0200 ++++ TECkit_2_5_1/source/Compiler.cpp 2013-01-26 00:33:18.000000000 +0100 +@@ -29,6 +29,7 @@ + + #include "Compiler.h" + ++#include <cstdio> + #include <iostream> + #include <iomanip> + #include <algorithm> |