Skip to content

Commit

Permalink
ruby33: refactor failing patch
Browse files Browse the repository at this point in the history
  • Loading branch information
aeiouaeiouaeiouaeiouaeiouaeiou authored and ryandesign committed Jul 13, 2024
1 parent 7fe3153 commit 7e43669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lang/ruby33/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set ruby_patch 4
set ruby_ver_nodot [string map {. {}} ${ruby_ver}]
name ruby${ruby_ver_nodot}
version ${ruby_ver}.${ruby_patch}
revision 1
revision 2

categories lang ruby
maintainers {kimuraw @kimuraw} \
Expand Down
6 changes: 2 additions & 4 deletions lang/ruby33/files/patch-vm_insnhelper.c.diff
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 06419a85f..5a97b4bdd 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
--- vm_insnhelper.c
+++ vm_insnhelper.c
@@ -423,7 +423,7 @@ vm_push_frame(rb_execution_context_t *ec,
This is a no-op in all cases we've looked at (https://godbolt.org/z/3oxd1446K), but should guarantee it for all
future/untested compilers/platforms. */
Expand Down

0 comments on commit 7e43669

Please sign in to comment.