summaryrefslogtreecommitdiff
path: root/cvsps/memfrob_is_glibc.patch
diff options
context:
space:
mode:
authorJohn Vogel <jvogel@stygian.me>2024-12-14 00:40:59 -0500
committerJohn Vogel <jvogel@stygian.me>2024-12-14 00:40:59 -0500
commitaba880f759d649bddbc1bafef9c4a8b7486b8d10 (patch)
tree486299c85163c9fad6493f8a53a492455dd7c112 /cvsps/memfrob_is_glibc.patch
parent7ee4e89dd35826f5ca04309ae1368f2967356d76 (diff)
downloadmy-aports-aba880f759d649bddbc1bafef9c4a8b7486b8d10.tar.gz
local/cvsps: new aport
Diffstat (limited to 'cvsps/memfrob_is_glibc.patch')
-rw-r--r--cvsps/memfrob_is_glibc.patch12
1 files changed, 12 insertions, 0 deletions
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)