diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2024-08-25 21:20:11 +0900 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2024-08-25 21:30:33 +0900 |
commit | 7e351a1d7b1a133c29259dbee5901e9dda59b086 (patch) | |
tree | fca78cef4318d344786f177b5dd1e7c220e4e19f /sysutils/dd_rescue/files/patch-libddr__lzo.c | |
parent | math/vtk9: fix build with clang and libc++ 19 (diff) |
sysutils/dd_rescue: Update to 1.99.14
Replace "_" in the names of the patch files with "__" to conform to the
patch file name convention.
Diffstat (limited to 'sysutils/dd_rescue/files/patch-libddr__lzo.c')
-rw-r--r-- | sysutils/dd_rescue/files/patch-libddr__lzo.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/dd_rescue/files/patch-libddr__lzo.c b/sysutils/dd_rescue/files/patch-libddr__lzo.c new file mode 100644 index 000000000000..2c706db00cf4 --- /dev/null +++ b/sysutils/dd_rescue/files/patch-libddr__lzo.c @@ -0,0 +1,10 @@ +--- libddr_lzo.c.orig 2024-08-22 17:41:01 UTC ++++ libddr_lzo.c +@@ -13,6 +13,7 @@ + #define _LARGEFILE64_SOURCE 1 + #define _FILE_OFFSET_BITS 64 + ++#include "config.h" + #include "ddr_plugin.h" + #include "ddr_ctrl.h" + #include "mybasename.h" |