From a352bb62c9c673bfd63a29174b92d8043d26400d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 12 Jul 2022 18:26:54 +0200 Subject: FreeBSD digikam: Add --disable-final to resolve FTBFS with Jasper 3.x. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/applications/graphics/digikam/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'freebsd/applications/graphics/digikam') diff --git a/freebsd/applications/graphics/digikam/Makefile b/freebsd/applications/graphics/digikam/Makefile index ab5fd2b7e..763a60997 100644 --- a/freebsd/applications/graphics/digikam/Makefile +++ b/freebsd/applications/graphics/digikam/Makefile @@ -9,7 +9,7 @@ PORTNAME= digikam-trinity COMMENT= Digital photo management application for Trinity TDE_PREVERSION= MASTER_SITE_SUBDIR= d/${PORTNAME} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics x11 DIST_SUBDIR= TDE/applications/graphics @@ -38,7 +38,8 @@ USE_SQLITE= yes post-patch: tde-pathfix do-configure: tde-autotools-prepare - ${TDE_AUTOTOOLS_CONFIGURE} + ${TDE_AUTOTOOLS_CONFIGURE} \ + --disable-final do-build: tde-autotools-build -- cgit v1.2.1