summaryrefslogtreecommitdiff
path: root/gnu/packages/patches
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2015-07-19 12:39:57 +0200
committerAndreas Enge <andreas@enge.fr>2015-07-22 19:29:17 +0200
commit1436c5c7e8a4a1f49e1d041646ba3b10a1302487 (patch)
treef62e0329575fec545ba92c98eaa923044a0735d8 /gnu/packages/patches
parent8fd3c1ff6e9ca0084d4ac6c2c515da093b2a7664 (diff)
gnu: teckit: Update to 2.5.4.
* gnu/packages/fontutils.scm (teckit): Update to 2.5.4. Drop patch. Use svn-fetch for download. [arguments]: Add phase to call autogen. [native-inputs]: New field. * gnu/packages/patches/teckit-cstdio.patch: Delete file. * gnu-system.am (dist_patch_DATA): Unregister patch.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r--gnu/packages/patches/teckit-cstdio.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/gnu/packages/patches/teckit-cstdio.patch b/gnu/packages/patches/teckit-cstdio.patch
deleted file mode 100644
index d79595ed44..0000000000
--- a/gnu/packages/patches/teckit-cstdio.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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>