diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2022-02-22 18:10:41 +0100 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2022-02-22 18:10:41 +0100 |
commit | be02027fcfebc0431f209ff13193b941b226df3d (patch) | |
tree | d946a7a4bfb8b2b9112fb2da5e6a5f61e182cab0 /graphics/graphviz/files/patch-lib-vmalloc-vmhdr.h | |
parent | deskutils/ydotool: Fix LICENSE (diff) |
graphics/graphviz: update to 2.50.0
Diffstat (limited to 'graphics/graphviz/files/patch-lib-vmalloc-vmhdr.h')
-rw-r--r-- | graphics/graphviz/files/patch-lib-vmalloc-vmhdr.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/graphviz/files/patch-lib-vmalloc-vmhdr.h b/graphics/graphviz/files/patch-lib-vmalloc-vmhdr.h deleted file mode 100644 index 6ada9530cae1..000000000000 --- a/graphics/graphviz/files/patch-lib-vmalloc-vmhdr.h +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/vmalloc/vmhdr.h.orig 2019-09-12 02:11:30 UTC -+++ lib/vmalloc/vmhdr.h -@@ -20,6 +20,10 @@ extern "C" { - #ifndef _BLD_vmalloc - #define _BLD_vmalloc 1 - #endif -+#if defined(__FreeBSD__) && (defined(__aarch64__) || defined(__riscv)) -+/* No sbrk on FreeBSD/AArch64 or FreeBSD/RISC-V */ -+#define _BLD_INSTRUMENT 1 -+#endif - #ifdef _WIN32 - #include <io.h> - #endif |