summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/boxes/files/boxes-2.2.0-fix-clang16-build.patch')
-rw-r--r--app-misc/boxes/files/boxes-2.2.0-fix-clang16-build.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-misc/boxes/files/boxes-2.2.0-fix-clang16-build.patch b/app-misc/boxes/files/boxes-2.2.0-fix-clang16-build.patch
deleted file mode 100644
index 38be8e1ede81..000000000000
--- a/app-misc/boxes/files/boxes-2.2.0-fix-clang16-build.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-change function prototype to work with c2x standard. Build fails with clang16 without this
-
-See: https://github.com/ascii-boxes/boxes/issues/106
-
---- a/src/remove.h
-+++ b/src/remove.h
-@@ -22,7 +22,7 @@
-
-
- int remove_box();
--void output_input();
-+void output_input(const int trim_only);
-
-
- #endif /*REMOVE_H*/