summaryrefslogtreecommitdiff
path: root/repo/devel/texinfo.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-26 23:52:03 +0000
committerdavidovski <david@davidovski.xyz>2022-02-26 23:52:03 +0000
commit7e7775ad670c99b2823d812c782f6ff258e79b9b (patch)
tree6839757e3b96634aa51c902e1ab25b6a9bb707be /repo/devel/texinfo.xibuild
parent26477da178fa7c84edff5fd9d3c8ef28c0c3ad7d (diff)
replaced glibc with musl
Diffstat (limited to 'repo/devel/texinfo.xibuild')
-rw-r--r--repo/devel/texinfo.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/devel/texinfo.xibuild b/repo/devel/texinfo.xibuild
index ccf658b..b53afe6 100644
--- a/repo/devel/texinfo.xibuild
+++ b/repo/devel/texinfo.xibuild
@@ -8,7 +8,7 @@ SOURCE=https://ftp.gnu.org/gnu/texinfo/texinfo-$PKG_VER.tar.xz
DESC="GNU documentation system for reading, writing and converting info pages"
prepare () {
- # fix an issue when building with glibc-2.34 or later
+ # fix an issue when building with musl-2.34 or later
sed -e 's/__attribute_nonnull__/__nonnull/' \
-i gnulib/lib/malloc/dynarray-skeleton.c
}