From f6041fbd9646582e13f723037f9d81ee618fbff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 23 Aug 2019 20:01:01 +0200 Subject: FreeBSD: Update for final release R14.0.7. 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 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'freebsd/libraries/libkexiv2/Makefile') diff --git a/freebsd/libraries/libkexiv2/Makefile b/freebsd/libraries/libkexiv2/Makefile index 0a4a82a4f..0253a9914 100644 --- a/freebsd/libraries/libkexiv2/Makefile +++ b/freebsd/libraries/libkexiv2/Makefile @@ -24,11 +24,13 @@ LIB_DEPENDS+=\ # Build post-patch: tde-pathfix -do-configure: tde-autotools-prepare - ${TDE_AUTOTOOLS_CONFIGURE} +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" -do-build: tde-autotools-build +do-build: tde-cmake-build -do-install: tde-autotools-install +do-install: tde-cmake-install .include -- cgit v1.2.1