podofo: disable clangarm64

failed to build with:

  [19/201] Building CXX object src/podofo/CMakeFiles/podofo_static.dir/main/PdfColor.cpp.obj
  FAILED: src/podofo/CMakeFiles/podofo_static.dir/main/PdfColor.cpp.obj 
  C:\msys64\clangarm64\bin\clang++.exe -DHAS_UNCAUGHT_EXCEPTIONS=1 -DPODOFO_BUILD -DPODOFO_STATIC -IC:/M/B/src/build-CLANGARM64-static/src/podofo -IC:/M/B/src/podofo-0.10.3/src -IC:/M/B/src/podofo-0.10.3/3rdparty -isystem C:/msys64/clangarm64/include/freetype2 -isystem C:/msys64/clangarm64/include/libxml2 -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wno-deprecated-declarations -Wall -Woverloaded-virtual -Wswitch -Wcast-qual -Wwrite-strings -Wredundant-decls -Wreorder -Wno-format-truncation -Wno-unknown-pragmas -Wno-unknown-warning-option -O3 -DNDEBUG -std=gnu++17 -fvisibility=hidden -MD -MT src/podofo/CMakeFiles/podofo_static.dir/main/PdfColor.cpp.obj -MF src\podofo\CMakeFiles\podofo_static.dir\main\PdfColor.cpp.obj.d -o src/podofo/CMakeFiles/podofo_static.dir/main/PdfColor.cpp.obj -c C:/M/B/src/podofo-0.10.3/src/podofo/main/PdfColor.cpp
  In file included from C:/M/B/src/podofo-0.10.3/src/podofo/main/PdfColor.cpp:12:
  In file included from C:/M/B/src/podofo-0.10.3/src/podofo/private/charconv_compat.h:15:
  
  C:/M/B/src/podofo-0.10.3/3rdparty/fast_float.h:309:17: error: use of undeclared identifier '__umulh'
  
    309 |   answer.high = __umulh(a, b);
  
        |                 ^
  
  1 error generated.
This commit is contained in:
Maksim Bondarenkov 2024-04-22 17:36:58 +03:00 committed by GitHub
parent 382a015853
commit 2e13d29c70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ pkgver=0.10.3
pkgrel=1
pkgdesc="A C++ library to work with the PDF file format (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
url="https://podofo.sourceforge.io/"
msys2_repository_url="https://github.com/podofo/podofo"
msys2_references=(