[MacPorts] #64921: KeePassXC 2.7.0 compilation error on MacOS 12.3.1
MacPorts
noreply at macports.org
Fri Apr 1 09:08:56 UTC 2022
#64921: KeePassXC 2.7.0 compilation error on MacOS 12.3.1
------------------------+--------------------
Reporter: Zippyzip | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.7.2
Resolution: | Keywords:
Port: KeePassXC |
------------------------+--------------------
Comment (by detlevd):
Same problem on High Sierra and Mojave. The quick fix is to go into the
build directory and edit the file `src/keeshare/ShareExport.cpp`. There,
change the line
{{{
#include <zip.h>
}}}
to
{{{
#include <minizip/zip.h>
}}}
I'm not sure how to integrate that into the automatic patches though.
--
Ticket URL: <https://trac.macports.org/ticket/64921#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list