live-bootstrap/steps/perl-5.36.3/patches/Devel-PPPort-remove-sprintf.patch
2025-10-17 18:53:10 +11:00

21 lines
561 B
Diff

SPDX-FileCopyrightText: 2025 Samuel Tyler <samuel@samuelt.me>
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.36.3/dist/Devel-PPPort/PPPort_pm.PL perl-5.36.3/dist/Devel-PPPort/PPPort_pm.PL
index cfbfaeb8fa..f93e56df15 100644
--- perl-5.36.3/dist/Devel-PPPort/PPPort_pm.PL
+++ perl-5.36.3/dist/Devel-PPPort/PPPort_pm.PL
@@ -891,8 +891,6 @@ __DATA__
%include snprintf
-%include sprintf
-
%include exception
%include strlfuncs