Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

game-porting-toolkit: Add patch fixing Steam #27387

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
game-porting-toolkit: Add patch fixing Steam
Gcenx committed Jan 14, 2025
commit de4b1acdef4928c8b5415313ee2925503e761056
7 changes: 4 additions & 3 deletions devel/game-porting-toolkit/Portfile
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@ name game-porting-toolkit
set my_name wine
version 1.1
set my_name wine
revision 0
platforms {darwin >= 23}
revision 1
platforms {darwin any >= 23}
license LGPL-2.1+
categories devel

@@ -65,7 +65,8 @@ patchfiles-append \
1003-default-win10-19043.diff \
1004-mscoree-update-wine-mono-to-7.4.1.diff \
1005-ntdll-d3dmetal-env.diff \
1006-build_fixes.diff
1006-build_fixes.diff \
1007-steam.diff

post-patch {
reinplace -q "s|;(cw)||g" ${worksrcpath}/loader/wine.inf.in
1,627 changes: 1,627 additions & 0 deletions devel/game-porting-toolkit/files/1007-steam.diff

Large diffs are not rendered by default.