diff options
Diffstat (limited to 'cad/meshlab/Makefile')
-rw-r--r-- | cad/meshlab/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cad/meshlab/Makefile b/cad/meshlab/Makefile index 2983db5e8a99..cfc776f03abe 100644 --- a/cad/meshlab/Makefile +++ b/cad/meshlab/Makefile @@ -13,6 +13,9 @@ COMMENT= 3D triangular meshes processing and editing tool LICENSE= GPLv2 +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 + BROKEN_aarch64= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char BROKEN_armv6= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char BROKEN_armv7= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char |