summaryrefslogtreecommitdiff
path: root/databases/sqliteodbc-sqlite2/Makefile
blob: 3d575c2d22b8c5db15eccc6bc96348f2223c0529 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $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
BROKEN_armv6=	fails to compile: error: passing char * to parameter of incompatible type va_list
BROKEN_armv7=		fails to compile: error: passing char * to parameter of incompatible type va_list

.include "${MASTERDIR}/Makefile"