diff options
-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 |