about summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers/build2/remove-const-void-param.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/build-managers/build2/remove-const-void-param.patch')
-rw-r--r--pkgs/development/tools/build-managers/build2/remove-const-void-param.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/development/tools/build-managers/build2/remove-const-void-param.patch b/pkgs/development/tools/build-managers/build2/remove-const-void-param.patch
deleted file mode 100644
index d74b9fe5a0c4..000000000000
--- a/pkgs/development/tools/build-managers/build2/remove-const-void-param.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/libbuild2/cc/pkgconfig-libpkgconf.cxx
-+++ b/libbuild2/cc/pkgconfig-libpkgconf.cxx
-@@ -84,7 +84,7 @@ namespace build2
-     static bool
-     pkgconf_error_handler (const char* msg,
-                            const pkgconf_client_t*,
--                           const void*)
-+                           void*)
-     {
-       error << runtime_error (msg); // Sanitize the message (trailing dot).
-       return true;