Skip to content
Snippets Groups Projects
Commit e1e0b2a0 authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

devel/nanopb: Enable internal build option PB_ENABLE_MALLOC

... because it is needed for devel/criterion.
parent 698c1582
No related branches found
No related tags found
No related merge requests found
PORTNAME= nanopb
DISTVERSION= 0.4.6.4-3
PORTREVISION= 1
DISTVERSIONSUFFIX= -gf84ad7f
CATEGORIES= devel
......
--- pb.h.orig 2022-07-03 17:53:31 UTC
+++ pb.h
@@ -11,7 +11,7 @@
*****************************************************************/
/* Enable support for dynamically allocated fields */
-/* #define PB_ENABLE_MALLOC 1 */
+#define PB_ENABLE_MALLOC 1
/* Define this if your CPU / compiler combination does not support
* unaligned memory access to packed structures. Note that packed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment