freebsd-ports/databases/sqliteodbc-sqlite2/Makefile
Mark Linimon 73d2818097 Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-16 00:33:20 +00:00

14 lines
324 B
Makefile

# $FreeBSD$
PORTNAME= sqliteodbc
CATEGORIES= databases
PKGNAMESUFFIX= -sqlite2
MAINTAINER= madpilot@FreeBSD.org
COMMENT= ODBC driver for SQLite 2
MASTERDIR= ${.CURDIR}/../sqliteodbc
BROKEN_aarch64= Fails to compile: error: passing char * to parameter of incompatible type va_list
.include "${MASTERDIR}/Makefile"