diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-01 19:24:00 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-01 19:24:00 +0000 |
commit | 3980169c5f07bd29aca9d4622d79e2992d3adb6a (patch) | |
tree | e590a1fe25ef8fd6c3924c68296537c795f3af31 /editors | |
parent | Update to 5.1.22. (diff) |
Provide error messages for some ports failing on aarch64, and, in a
few cases, other tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=439905
Diffstat (limited to 'editors')
-rw-r--r-- | editors/texstudio/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile index 2c3863d8c2c2..036eea9c3991 100644 --- a/editors/texstudio/Makefile +++ b/editors/texstudio/Makefile @@ -12,6 +12,9 @@ COMMENT= Integrated writing environment for LaTeX documents LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell \ libpoppler.so:graphics/poppler +BROKEN_aarch64= fails to compile: error: no member named mc_eip in __mcontext +BROKEN_armv6= fails to compile: error: no member named mc_eip in __mcontext + USES= desktop-file-utils dos2unix execinfo ghostscript:run \ pkgconfig qmake DOS2UNIX_FILES= ${PORTNAME}.pro |