From 9903c408f2ffc7a42f4fcead54eadc567c0f3669 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 20 Jul 2025 14:19:46 +0300 Subject: FreeBSD port: also enable malloc-replacement by default --- freebsd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freebsd/Makefile b/freebsd/Makefile index 132d71f..5b127dc 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -66,11 +66,11 @@ PLIST_SUB+= GTK="" \ .endif OPTIONS_DEFINE= LEXILLA MALLOC_REPLACEMENT TECO_INTEGER_32 -OPTIONS_DEFAULT= LEXILLA +OPTIONS_DEFAULT= LEXILLA MALLOC_REPLACEMENT OPTIONS_SUB= yes LEXILLA_DESC= Build with Lexilla lexer support (larger) -MALLOC_REPLACEMENT_DESC= Force replacement of system malloc() +MALLOC_REPLACEMENT_DESC= Replace system malloc() for memory limiting TECO_INTEGER_32_DESC= Use 32-bit TECO integers LEXILLA_CONFIGURE_OFF= --without-lexilla -- cgit v1.2.3