Skip to content

Commit

Permalink
Remove win32-registry patch
Browse files Browse the repository at this point in the history
It was merged in ruby/ruby@4eda289
  • Loading branch information
larskanis committed Oct 11, 2024
1 parent 248fe15 commit 690db3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.

This file was deleted.

3 changes: 0 additions & 3 deletions mingw-w64-ruby-head/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ options=('staticlibs' 'strip')
source=("https://cache.ruby-lang.org/pub/ruby/snapshot/snapshot-master.tar.xz"
0001-Add-C-ext-win32-dll_directory-as-an-alternative-to-f.patch
0002-Don-t-add-an-exe-file-manifest.patch
0009-Win32-Return-registry-strings-as-UTF-8.patch
ruby.ico
rubyw.ico)
noextract=("snapshot-master.tar.xz")
Expand All @@ -33,7 +32,6 @@ noextract=("snapshot-master.tar.xz")
sha256sums=('SKIP'
'a50c81ab8c178689485257f8eaa70bd8184b878a798780084668f838912e2832'
'da079dbfdc3d4e1b976ed15d58244ed6e0df201ec829bead578fb4a7177b9cab'
'5f84680f8cbce37b617f132e09009c111c78044d92378562456d8814db449346'
'6c80ba2ca49840e387a08b7fedc6e7acd298ac2ec853155209efb2af20397b22'
'c30fb04ac0e88ba634daaa811a81ea5a75027646617b895acd14df9518a4a55a')

Expand All @@ -43,7 +41,6 @@ prepare() {
rm -rf ext/win32/dll_directory
patch -p1 -i ${srcdir}/0001-Add-C-ext-win32-dll_directory-as-an-alternative-to-f.patch
patch -p1 -i ${srcdir}/0002-Don-t-add-an-exe-file-manifest.patch
patch -p1 -i ${srcdir}/0009-Win32-Return-registry-strings-as-UTF-8.patch
autoreconf -fi
}

Expand Down

0 comments on commit 690db3b

Please sign in to comment.