freetds: fix xlint, cross, and revbump for ODBC

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-07-24 16:16:54 +02:00
parent bca5eca8fa
commit ddf17e8f3f
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

View file

@ -1,12 +1,12 @@
# Template file for 'freetds'
pkgname=freetds
version=1.1.6
revision=1
revision=2
build_style=gnu-configure
depends="unixodbc"
configure_args="--sysconfdir=/etc/freetds --with-unixodbc=/usr"
configure_args="--sysconfdir=/etc/freetds --with-unixodbc=${XBPS_CROSS_BASE}/usr"
hostmakedepends="pkg-config"
makedepends="readline-devel unixodbc-devel"
depends="unixodbc"
short_desc="Open source implementation of the Tabular Data Stream protocol"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="LGPL-2.0-or-later"