diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 15:07:11 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 15:07:11 +0000 |
commit | 6a67297b00f28d20f684532b58f2d9697007357d (patch) | |
tree | 63c89da74eed9e490571d2f4431a86387cc1eb81 /databases/sqliteodbc-sqlite2 | |
parent | - Switch WWW to follow direct to a newish landing page which has a link (diff) |
Mark some ports failing on armv6, for errors classified as "clang".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=441847
Diffstat (limited to 'databases/sqliteodbc-sqlite2')
-rw-r--r-- | databases/sqliteodbc-sqlite2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/sqliteodbc-sqlite2/Makefile b/databases/sqliteodbc-sqlite2/Makefile index 930e6fcb9f5f..1a96e6681c63 100644 --- a/databases/sqliteodbc-sqlite2/Makefile +++ b/databases/sqliteodbc-sqlite2/Makefile @@ -9,6 +9,7 @@ COMMENT= ODBC driver for SQLite 2 MASTERDIR= ${.CURDIR}/../sqliteodbc -BROKEN_aarch64= Fails to compile: error: passing char * to parameter of incompatible type va_list +BROKEN_aarch64= fails to compile: error: passing char * to parameter of incompatible type va_list +BROKEN_armv6= fails to compile: error: passing char * to parameter of incompatible type va_list .include "${MASTERDIR}/Makefile" |