live-bootstrap/steps/perl-5.40.3/patches/Devel-PPPort-remove-sprintf.patch
2025-10-06 12:21:53 +11:00

21 lines
564 B
Diff

SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
SPDX-License-Identifier: Artistic-1.0
my_sprintf appears to be broken.
This should not be necessary, but is; is most likely linked to metaconfig
problems.
diff --git perl-5.40.3/dist/Devel-PPPort/PPPort_pm.PL perl-5.40.3/dist/Devel-PPPort/PPPort_pm.PL
index cfbfaeb8fa..f93e56df15 100644
--- perl-5.40.3/dist/Devel-PPPort/PPPort_pm.PL
+++ perl-5.40.3/dist/Devel-PPPort/PPPort_pm.PL
@@ -891,8 +891,6 @@ __DATA__
%include snprintf
-%include sprintf
-
%include exception
%include strlfuncs