diff options
Diffstat (limited to 'chinese/pyzy/Makefile')
-rw-r--r-- | chinese/pyzy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chinese/pyzy/Makefile b/chinese/pyzy/Makefile index 973fbe45a479..78b1e066ca6f 100644 --- a/chinese/pyzy/Makefile +++ b/chinese/pyzy/Makefile @@ -21,8 +21,9 @@ SHEBANG_FILES= data/db/android/create_db.py USE_GNOME= glib20 USE_LDCONFIG= yes -BROKEN_aarch64= Fails to compile: error: constant expression evaluates to -1 -BROKEN_armv6= Fails to compile: error: constant expression evaluates to -1 +BROKEN_aarch64= fails to compile: constant expression evaluates to -1 +BROKEN_armv6= fails to compile: constant expression evaluates to -1 +BROKEN_powerpc64= fails to compile: narrowing conversion of '-1' from 'int' to 'char' GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking --disable-boost |