FreeBSD Bugzilla – Attachment 226981 Details for
Bug 257020
emulators/wine-devel: could not load kernel32.dll, status c0000135
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
amd64 -> x86_64 paths
x86_64.patch (text/plain), 1015 bytes, created by
Alex S
on 2021-08-06 07:11:39 UTC
(
hide
)
Description:
amd64 -> x86_64 paths
Filename:
MIME Type:
Creator:
Alex S
Created:
2021-08-06 07:11:39 UTC
Size:
1015 bytes
patch
obsolete
>diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile >index f57eaef042f5..9bdfb74fcb9d 100644 >--- a/emulators/wine-devel/Makefile >+++ b/emulators/wine-devel/Makefile >@@ -149,12 +149,14 @@ X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ > > # --libdir is required since Wine defaults to "${PREFIX}/lib64" on amd64. > CONFIGURE_ARGS+= --enable-win64 --libdir=${PREFIX}/lib >-PLIST_SUB+= WINE32="@comment " WINE64="" WINEARCH="amd64" >+PLIST_SUB+= WINE32="@comment " WINE64="" WINEARCH="x86_64" > >-# Wine assumes a WoW64 package is available, which is not the case on >-# FreeBSD yet. > post-patch: >+ # Wine assumes a WoW64 package is available, which is not the case on >+ # FreeBSD yet. > ${REINPLACE_CMD} '/Exec/s|wine|wine64|g' ${WRKSRC}/loader/wine.desktop >+ # Make sure makedep doesn't accidentally read wrong ARCH from the environment >+ ${REINPLACE_CMD} 's/"MAKEFLAGS"/"MAKEDEP_MAKEFLAGS"/g' ${WRKSRC}/tools/makedep.c > > .else > PLIST_SUB+= WINE32="" WINE64="@comment " WINEARCH="i386"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
gerald
:
maintainer-approval-
gerald
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 257020
:
226830
| 226981