Skip to content

Commit 4c7c421

Browse files
author
Release Manager
committed
gh-39976: fix e_antic patch header <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes #12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes #12345". --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [ ] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #39976 Reported by: Isuru Fernando Reviewer(s): Dima Pasechnik
2 parents a860691 + 0d0cf6c commit 4c7c421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/pkgs/e_antic/patches/gmp-header.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- libeantic/srcxx/renf_elem_class.cpp 2025-03-27 16:35:20.026216756 -0500
2-
+++ libeantic/srcxx/renf_elem_class.cpp 2025-03-27 16:35:07.743757663 -0500
1+
--- a/libeantic/srcxx/renf_elem_class.cpp 2025-03-27 16:35:20.026216756 -0500
2+
+++ b/libeantic/srcxx/renf_elem_class.cpp 2025-03-27 16:35:07.743757663 -0500
33
@@ -12,6 +12,7 @@
44

55
#include <iostream>

0 commit comments

Comments
 (0)