diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-03-24 02:16:30 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-24 02:16:30 -0400 |
commit | dcdf9fb2ebd4cdd7913b0f7de38349ea93cb0230 (patch) | |
tree | ce180dc46e1db2b5865a0080e9904b6f53f2fe95 /app-text/teckit | |
parent | app-text/texlive-core: drop vulnerable versions wrt bug #432144 (diff) | |
download | gentoo-dcdf9fb2ebd4cdd7913b0f7de38349ea93cb0230.tar.gz gentoo-dcdf9fb2ebd4cdd7913b0f7de38349ea93cb0230.tar.bz2 gentoo-dcdf9fb2ebd4cdd7913b0f7de38349ea93cb0230.zip |
app-text/teckit: drop unused patches wrt bug #432144
Diffstat (limited to 'app-text/teckit')
-rw-r--r-- | app-text/teckit/files/teckit-2.5.1-gcc43.patch | 12 | ||||
-rw-r--r-- | app-text/teckit/files/teckit-2.5.1-rc.patch | 15 |
2 files changed, 0 insertions, 27 deletions
diff --git a/app-text/teckit/files/teckit-2.5.1-gcc43.patch b/app-text/teckit/files/teckit-2.5.1-gcc43.patch deleted file mode 100644 index f5a6bfddcfa2..000000000000 --- a/app-text/teckit/files/teckit-2.5.1-gcc43.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: TECkit_2_5_1/source/Compiler.cpp -=================================================================== ---- TECkit_2_5_1.orig/source/Compiler.cpp -+++ TECkit_2_5_1/source/Compiler.cpp -@@ -29,6 +29,7 @@ Description: - - #include "Compiler.h" - -+#include <cstdio> - #include <iostream> - #include <iomanip> - #include <algorithm> diff --git a/app-text/teckit/files/teckit-2.5.1-rc.patch b/app-text/teckit/files/teckit-2.5.1-rc.patch deleted file mode 100644 index a4f1a3fae5d6..000000000000 --- a/app-text/teckit/files/teckit-2.5.1-rc.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: TECkit_2_5_1/configure.ac -=================================================================== ---- TECkit_2_5_1.orig/configure.ac -+++ TECkit_2_5_1/configure.ac -@@ -15,10 +15,6 @@ AM_PROG_CC_C_O - AC_PROG_INSTALL - AC_PROG_LIBTOOL - --if test "${target_os}" = "mingw32"; then --AC_PROG_RC --fi -- - AC_ARG_WITH(old-lib-names, - [ --with-old-lib-names Use old library names (for Windows only)], - [case "${withval}" in |