Skip to content

Commit

Permalink
game-porting-toolkit: Add patch fixing Steam
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcenx committed Jan 14, 2025
1 parent 57061d4 commit de4b1ac
Show file tree
Hide file tree
Showing 2 changed files with 1,631 additions and 3 deletions.
7 changes: 4 additions & 3 deletions devel/game-porting-toolkit/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit de4b1ac

Please sign in to comment.