mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
freetds: fix xlint, cross, and revbump for ODBC
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
bca5eca8fa
commit
ddf17e8f3f
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'freetds'
|
# Template file for 'freetds'
|
||||||
pkgname=freetds
|
pkgname=freetds
|
||||||
version=1.1.6
|
version=1.1.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
depends="unixodbc"
|
configure_args="--sysconfdir=/etc/freetds --with-unixodbc=${XBPS_CROSS_BASE}/usr"
|
||||||
configure_args="--sysconfdir=/etc/freetds --with-unixodbc=/usr"
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="readline-devel unixodbc-devel"
|
makedepends="readline-devel unixodbc-devel"
|
||||||
|
depends="unixodbc"
|
||||||
short_desc="Open source implementation of the Tabular Data Stream protocol"
|
short_desc="Open source implementation of the Tabular Data Stream protocol"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="LGPL-2.0-or-later"
|
license="LGPL-2.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue