diff --git a/PKGBUILD b/PKGBUILD index 8a163c0..6add103 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -35,8 +35,6 @@ pkgver() { prepare() { # C++20 disallows the use of the Point syntax in the constructor sed -i 's/explicit Point(/explicit Point(/' $pkgname/src/clipper2/Clipper2Lib/include/clipper2/clipper.core.h - # Remove upper cmake version check - sed -i 's| OR ${CMAKE_VERSION} VERSION_GREATER_EQUAL "4.0"| |' $pkgname/CMakeLists.txt # abuse FLATPAK IF statement to build against some system libs sed -i 's/if(FLATPAK)/if(true)/' $pkgname/deps/CMakeLists.txt # cherry pick an OCCT commit to make it build with system freetype