diff options
-rw-r--r-- | trinity-apps/kword/files/kword-libpaper.patch | 11 | ||||
-rw-r--r-- | trinity-base/tdm/files/tdm-ioctl.patch | 10 |
2 files changed, 0 insertions, 21 deletions
diff --git a/trinity-apps/kword/files/kword-libpaper.patch b/trinity-apps/kword/files/kword-libpaper.patch deleted file mode 100644 index 74e79cb9..00000000 --- a/trinity-apps/kword/files/kword-libpaper.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/filters/kword/pdf/xpdf/xpdf/GlobalParams.cpp -+++ b/filters/kword/pdf/xpdf/xpdf/GlobalParams.cpp -@@ -146,7 +146,7 @@ - displayCIDFonts = new GHash(); - displayNamedCIDFonts = new GHash(); - #ifdef HAVE_PAPER_H -- char *paperName; -+ const char *paperName; - const struct paper *paperType; - paperinit(); - if ((paperName = systempapername())) { diff --git a/trinity-base/tdm/files/tdm-ioctl.patch b/trinity-base/tdm/files/tdm-ioctl.patch deleted file mode 100644 index 3ca1a9ac..00000000 --- a/trinity-base/tdm/files/tdm-ioctl.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/tdm/backend/ctrl.c 2023-07-04 20:45:46.142304481 +0300 -+++ b/tdm/backend/ctrl.c 2023-07-04 20:46:57.086306320 +0300 -@@ -41,6 +41,7 @@ - #include <string.h> - #include <signal.h> - #include <pwd.h> -+#include <sys/ioctl.h> - #include <sys/stat.h> - - #ifdef __linux__ |