mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
6a67297b00
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
16 lines
421 B
Makefile
16 lines
421 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
|
|
BROKEN_armv6= fails to compile: error: passing char * to parameter of incompatible type va_list
|
|
|
|
.include "${MASTERDIR}/Makefile"
|