From 4015e6cf3ce7a2787b4d9d8aee4c860c28c110fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 18 Feb 2020 19:50:22 +0100 Subject: FreeBSD: Update for final release R14.0.8. Switch from gmake to ninja for CMake builds. Switch several applications to CMake. Add ports for several applications. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/libraries/libkexiv2/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'freebsd/libraries/libkexiv2/Makefile') diff --git a/freebsd/libraries/libkexiv2/Makefile b/freebsd/libraries/libkexiv2/Makefile index 0253a9914..9da2e37b5 100644 --- a/freebsd/libraries/libkexiv2/Makefile +++ b/freebsd/libraries/libkexiv2/Makefile @@ -25,8 +25,7 @@ LIB_DEPENDS+=\ post-patch: tde-pathfix do-configure: tde-cmake-prepare - ${TDE_CMAKE_CONFIGURE} - -DBUILD_ALL="ON" \ + ${TDE_CMAKE_CONFIGURE} \ -DWITH_ALL_OPTIONS="ON" do-build: tde-cmake-build -- cgit v1.2.1