office-gobmx/external/libzmf
Christian Lohmaier 3c54cb2a9d add MSYS_NO_PATHCONV=1 to prevent MSYS auto-magic
git-bash/MSYS tries to resolve anything that looks like a path (i.e.
anything starting with a /) - if the "target" doesn't exists, it just
prepends the MSYS installation dir and breaks all kind of stuff.
You could escape those with double-slash at the beginning, but that
would mean lots of noise/unnecessary changes in pretty much every
makefile, so just getting rid of that behavior is much better.

ant and some externals however rely on MSYS path-conversion, so unset
MSYS_NO_PATHCONV for those. Ant does its own checks whether it
runs under cygwin or msys, and easier to please externals using the
autoconversion than to add patches to force them into compliance…

Change-Id: Ie80964e40c53ace80adb4707aae0db63ebc4ee4c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166330
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-04-26 14:00:35 +02:00
..
android-workaround.patch.1 fix android build 2017-09-17 15:04:24 +02:00
ExternalProject_libzmf.mk add MSYS_NO_PATHCONV=1 to prevent MSYS auto-magic 2024-04-26 14:00:35 +02:00
Makefile integrate libzmf 2016-06-23 15:39:52 +00:00
Module_libzmf.mk integrate libzmf 2016-06-23 15:39:52 +00:00
README add upstream URL to READMEs 2017-02-23 14:50:14 +01:00
UnpackedTarball_libzmf.mk Remove legacy NEED_CLANG_LINUX_UBSAN_RTTI_VISIBILITY support 2019-09-20 13:31:50 +02:00

libzmf is a library and a set of tools for reading and converting
Zoner Draw and Zebra file formats.

[https://wiki.documentfoundation.org/DLP/Libraries/libzmf]