diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-03-18 06:30:23 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-03-18 06:30:23 +0000 |
commit | 4e996f5ff31bcbaa05f7f5e92f148e96c115d5c6 (patch) | |
tree | a356c03a0634e2d87b418731b07f7afd119180a6 /x11-fonts/fontmatrix | |
parent | 29d57d99b1eaa9bbdb384a1722460db0e5f25b27 (diff) |
Notes
Diffstat (limited to 'x11-fonts/fontmatrix')
-rw-r--r-- | x11-fonts/fontmatrix/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-fonts/fontmatrix/Makefile b/x11-fonts/fontmatrix/Makefile index 754ca01cd036..7614bfcf1997 100644 --- a/x11-fonts/fontmatrix/Makefile +++ b/x11-fonts/fontmatrix/Makefile @@ -11,6 +11,9 @@ COMMENT= Graphical font manager LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= fails to compile: src/fminfodisplay.cpp:155:17: no matching function for call to 'qMax' +BROKEN_armv7= fails to compile: src/fminfodisplay.cpp:155:17: no matching function for call to 'qMax' + RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig |