aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-03-25 14:46:05 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-03-25 14:56:41 +0000
commit608d47a4c19183bdceb13814b2f0eb1806606a50 (patch)
tree127359e29688b393b4f6bb93128f6f93f019109e
parentb6bb44e5ba8832aa575c28a13cef3ea2c9edc8b6 (diff)
downloadports-608d47a4c19183bdceb13814b2f0eb1806606a50.tar.gz
ports-608d47a4c19183bdceb13814b2f0eb1806606a50.zip
multimedia/libmediaart: unbreak build with Meson 0.62.0
ERROR: Error in gtkdoc helper script: ld: error: unable to find library -lmediaart-2.0 PR: 262465 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/457fb53ea46
-rw-r--r--multimedia/libmediaart/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/libmediaart/Makefile b/multimedia/libmediaart/Makefile
index 2ddae65502c9..85363b87c060 100644
--- a/multimedia/libmediaart/Makefile
+++ b/multimedia/libmediaart/Makefile
@@ -22,6 +22,7 @@ USE_LDCONFIG= yes
MESON_ARGS= -Dimage_library=gdk-pixbuf
OPTIONS_DEFINE= DOCS
+OPTIONS_EXCLUDE=DOCS # https://gitlab.gnome.org/GNOME/libmediaart/-/issues/4
DOCS_BUILD_DEPENDS= gtk-doc>=0:textproc/gtk-doc
DOCS_MESON_TRUE= gtk_doc
#option('image_library', type: 'combo', choices: ['auto', 'gdk-pixbuf', 'qt4', 'qt5'],