diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-03-18 05:09:21 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-03-18 05:09:21 +0000 |
commit | 0e37259a8a6333d31fc56b5fe70936d039b4d2ff (patch) | |
tree | cc6b0cf6e4d6fbb70d867b1d83d3ad7e38894f66 /editors/texworks | |
parent | 41dc437acbfda3c840748023b357ca721f6147ad (diff) | |
download | freebsd-ports-0e37259a8a6333d31fc56b5fe70936d039b4d2ff.zip |
Mark broken on armvX.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'editors/texworks')
-rw-r--r-- | editors/texworks/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index d510b2c31b32..551ab4f9a2c3 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -12,6 +12,9 @@ COMMENT= Simple TeX front-end program LICENSE= GPLv2 +BROKEN_armv6= fails to install: PDFDocument.cpp:1836:39: cannot initialize a parameter of type 'qreal *' with an rvalue of type 'double *' +BROKEN_armv7= fails to install: PDFDocument.cpp:1836:39: cannot initialize a parameter of type 'qreal *' with an rvalue of type 'double *' + BUILD_DEPENDS= hunspell:textproc/hunspell LIB_DEPENDS= libpoppler-qt4.so:graphics/poppler-qt4 |