summaryrefslogtreecommitdiff
path: root/dev-ruby/ruby-shout/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ruby/ruby-shout/files
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-ruby/ruby-shout/files')
-rw-r--r--dev-ruby/ruby-shout/files/ruby-shout-2.2.2-errno.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-ruby/ruby-shout/files/ruby-shout-2.2.2-errno.patch b/dev-ruby/ruby-shout/files/ruby-shout-2.2.2-errno.patch
deleted file mode 100644
index 91e484ab4295..000000000000
--- a/dev-ruby/ruby-shout/files/ruby-shout-2.2.2-errno.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/ext/shout_ext.c 2024-01-23 14:02:08.404056464 +0100
-+++ b/ext/shout_ext.c 2024-01-23 14:03:47.152700002 +0100
-@@ -91,8 +91,8 @@
- /* For metadata-related errors, which don't relate to a shout_t, so we can't
- * use shout_get_errno or shout_get_error on them.
- */
--static void raise_nonspecific_shout_error(int errno) {
-- rb_raise(cShoutError, "%d", errno);
-+static void raise_nonspecific_shout_error(int err_no) {
-+ rb_raise(cShoutError, "%d", err_no);
- }
-
- /*