Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2023 19:59:59 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1a23ee06e43f - main - graphics/gegl: unbreak with --auto-features=enabled
Message-ID:  <202303201959.32KJxxB7099825@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1a23ee06e43f596addde232a69b3a7c8b649659e

commit 1a23ee06e43f596addde232a69b3a7c8b649659e
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 19:38:12 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 19:58:58 +0000

    graphics/gegl: unbreak with --auto-features=enabled
    
    meson.build:404:0: ERROR: Dependency "maxflow" not found, tried pkgconfig
    
    PR:             270361
---
 graphics/gegl/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index cd837c200cd4..724e05580c4f 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -30,6 +30,7 @@ MESON_ARGS=	-Ddocs=false \
 		-Dlensfun=disabled \
 		-Dlibjpeg=enabled \
 		-Dlibpng=enabled \
+		-Dmaxflow=disabled \
 		-Dmrg=disabled \
 		-Dpygobject=disabled \
 		-Dlua=disabled



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303201959.32KJxxB7099825>