diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2024-03-06 15:33:41 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-03-06 19:19:09 +0000 |
commit | 3746dd8ed7116b0cc4dc618b25e900a012e77f0e (patch) | |
tree | da40cca2dcfc0eff648ce3ff640e51d3f865f9a6 | |
parent | 92c5d523ae3d5d6ea777b02e5076bd987bdc5a78 (diff) | |
download | ports-3746dd8ed7116b0cc4dc618b25e900a012e77f0e.tar.gz ports-3746dd8ed7116b0cc4dc618b25e900a012e77f0e.zip |
x11-toolkits/pango: Mark TESTING_UNSAFE
-rw-r--r-- | x11-toolkits/pango/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 836eea9c6787..4ba3e31c5469 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -50,6 +50,8 @@ X11_MESON_ENABLED= xft X11_USES= xorg X11_USE= XORG=x11,xft,xrender +TESTING_UNSAFE= 2 out of 24 tests fail + pre-configure: # .if !exists() evaluates too early before cairo has a chance to be installed @if ! pkg-config --exists cairo-gobject; then \ |