Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 855832 Details for
Bug 898944
app-arch/p7zip-17.05: GUI build fail (missing enum)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix
0001-Fix-UI-build.patch (text/plain), 847 bytes, created by
Luigi 'Comio' Mantellini
on 2023-03-02 17:38:35 UTC
(
hide
)
Description:
Patch to fix
Filename:
MIME Type:
Creator:
Luigi 'Comio' Mantellini
Created:
2023-03-02 17:38:35 UTC
Size:
847 bytes
patch
obsolete
>From 85a3fd56ca8b9f1fc77f3cd7b01b3923e72d40f0 Mon Sep 17 00:00:00 2001 >From: Luigi 'Comio' Mantellini <luigi.mantellini@gmail.com> >Date: Thu, 2 Mar 2023 18:28:48 +0100 >Subject: [PATCH] Fix UI build > >--- > CPP/7zip/UI/GUI/CompressDialog.cpp | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/CPP/7zip/UI/GUI/CompressDialog.cpp b/CPP/7zip/UI/GUI/CompressDialog.cpp >index ea0cb87..8221143 100644 >--- a/CPP/7zip/UI/GUI/CompressDialog.cpp >+++ b/CPP/7zip/UI/GUI/CompressDialog.cpp >@@ -106,7 +106,8 @@ enum EMethodID > kBZip2, > kDeflate, > kDeflate64, >- kPPMdZip >+ kPPMdZip, >+ kZSTD > }; > > static const LPCWSTR kMethodsNames[] = >@@ -118,7 +119,8 @@ static const LPCWSTR kMethodsNames[] = > L"BZip2", > L"Deflate", > L"Deflate64", >- L"PPMd" >+ L"PPMd", >+ L"zstd" > }; > > static const EMethodID g_7zMethods[] = >-- >2.39.2 >
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
Actions:
View
|
Diff
Attachments on
bug 898944
: 855832 |
855834
|
855874