From 25701fc5631b28980488943fb5d347c8a1820e16 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 23 Mar 2023 13:32:36 +0100 Subject: [PATCH] pugixml, fix build, cleanup (#8075) --- dev-libs/pugixml/pugixml-1.11.4.recipe | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-libs/pugixml/pugixml-1.11.4.recipe b/dev-libs/pugixml/pugixml-1.11.4.recipe index ba6272f9c..832c0f2cb 100644 --- a/dev-libs/pugixml/pugixml-1.11.4.recipe +++ b/dev-libs/pugixml/pugixml-1.11.4.recipe @@ -10,7 +10,7 @@ happen automatically during parsing/saving)." HOMEPAGE="https://pugixml.org/" COPYRIGHT="2006-2021 Arseny Kapoulkine" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/zeux/pugixml/releases/download/v${portVersion}/pugixml-$portVersion.tar.gz" CHECKSUM_SHA256="8ddf57b65fb860416979a3f0640c2ad45ddddbbafa82508ef0a0af3ce7061716" @@ -51,10 +51,9 @@ defineDebugInfoPackage pugixml$secondaryArchSuffix \ BUILD() { - cmake -B build -S . \ + cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \ -DBUILD_SHARED_LIBS=ON \ $cmakeDirArgs - make -C build $jobArgs }