From aba880f759d649bddbc1bafef9c4a8b7486b8d10 Mon Sep 17 00:00:00 2001 From: John Vogel Date: Sat, 14 Dec 2024 00:40:59 -0500 Subject: local/cvsps: new aport --- cvsps/memfrob_is_glibc.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cvsps/memfrob_is_glibc.patch (limited to 'cvsps/memfrob_is_glibc.patch') diff --git a/cvsps/memfrob_is_glibc.patch b/cvsps/memfrob_is_glibc.patch new file mode 100644 index 0000000..2b7484e --- /dev/null +++ b/cvsps/memfrob_is_glibc.patch @@ -0,0 +1,12 @@ +diff -Naur a/cbtcommon/text_util.c b/cbtcommon/text_util.c +--- a/cbtcommon/text_util.c 2024-12-12 20:29:31.441879464 -0500 ++++ b/cbtcommon/text_util.c 2024-12-12 20:31:38.750121556 -0500 +@@ -236,7 +236,7 @@ + } + } + +-#ifdef linux ++#ifdef __GLIBC__ + extern void *memfrob(void *, size_t); + #else + static void * memfrob(void * mem, size_t len) -- cgit v1.2.3