diff options
Diffstat (limited to 'databases/sqliteodbc-sqlite2')
-rw-r--r-- | databases/sqliteodbc-sqlite2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/sqliteodbc-sqlite2/Makefile b/databases/sqliteodbc-sqlite2/Makefile index 1a96e6681c63..17b4f9ee92e1 100644 --- a/databases/sqliteodbc-sqlite2/Makefile +++ b/databases/sqliteodbc-sqlite2/Makefile @@ -7,9 +7,9 @@ PKGNAMESUFFIX= -sqlite2 MAINTAINER= madpilot@FreeBSD.org COMMENT= ODBC driver for SQLite 2 -MASTERDIR= ${.CURDIR}/../sqliteodbc +MASTERDIR= ${.CURDIR}/../sqliteodbc -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 +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" |