mdbtools insists on a newer compiler than base-gcc

Fix build on sparc64
This commit is contained in:
kmos 2022-01-17 15:12:12 +00:00
parent df0b6b3fb1
commit 7b615d7a9e

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2021/12/12 11:18:24 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.23 2022/01/17 15:12:12 kmos Exp $
COMMENT = read microsoft Access MDB
@ -15,6 +15,9 @@ SHARED_LIBS += mdbsql 3.0 # 4.0
# GPLv2+, LGPL v2+
PERMIT_PACKAGE = Yes
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
WANTLIB += c glib-2.0 iodbcinst readline
BUILD_DEPENDS = devel/bison \