diff options
author | Wen Heping <wen@FreeBSD.org> | 2024-11-04 13:06:01 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2024-11-04 13:08:17 +0000 |
commit | d9d0c0c860de93cb00f5afabeb7217b3e88e38a3 (patch) | |
tree | 7186a500422f1e72bd5edc738f759ad749a5e8aa /print/lyx/files/patch-src-support-filetools.cpp | |
parent | editors/openoffice-*: Fix build on powerpc64 (diff) |
print/lyx: Update to 2.4.2.1
Diffstat (limited to 'print/lyx/files/patch-src-support-filetools.cpp')
-rw-r--r-- | print/lyx/files/patch-src-support-filetools.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/lyx/files/patch-src-support-filetools.cpp b/print/lyx/files/patch-src-support-filetools.cpp new file mode 100644 index 000000000000..c13a550289ea --- /dev/null +++ b/print/lyx/files/patch-src-support-filetools.cpp @@ -0,0 +1,11 @@ +--- src/support/filetools.cpp.orig 2024-11-04 08:57:40.352928000 +0000 ++++ src/support/filetools.cpp 2024-11-04 08:59:06.840603000 +0000 +@@ -71,6 +71,8 @@ + #include <windows.h> + #endif + ++#include <sys/wait.h> ++ + using namespace std; + + #define USE_QPROCESS |