_realname=libgda
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-full"
pkgver=5.2.2
-pkgrel=2
+pkgrel=3
arch=('any')
pkgdesc="Data abstraction library based on GLib (mingw-w64)"
license=("LGPL 2")
"${MINGW_PACKAGE_PREFIX}-gnome-doc-utils"
"${MINGW_PACKAGE_PREFIX}-iso-codes"
"${MINGW_PACKAGE_PREFIX}-db"
- "${MINGW_PACKAGE_PREFIX}-libfbclient"
+ "${MINGW_PACKAGE_PREFIX}-firebird-git"
"${MINGW_PACKAGE_PREFIX}-postgresql"
"${MINGW_PACKAGE_PREFIX}-libmariadbclient"
"${MINGW_PACKAGE_PREFIX}-openldap"
build() {
if [ "${CARCH}" = "i686" ]; then
- local _conf='--with-oracle=/c/Users/AndreaZ/Documents/development_environment_gtk3/instantclient_10_2/sdk --with-oracle-libdir-name=lib --with-firebird=/c/Users/AndreaZ/Documents/development_environment_gtk3/firebird --with-firebird-libdir-name=bin'
+ local _conf='--with-oracle=/c/Users/AndreaZ/Documents/development_environment_gtk3/instantclient_10_2/sdk --with-oracle-libdir-name=lib'
export GRAPHVIZ_CFLAGS="-I/c/Users/AndreaZ/Documents/development_environment_gtk3/graphviz/include/graphviz"
export GRAPHVIZ_LIBS="-L/c/Users/AndreaZ/Documents/development_environment_gtk3/graphviz/lib/release/dll -lgvc -lcgraph -lcdt"
else
--with-ldap=${MINGW_PREFIX} \
--with-mysql=${MINGW_PREFIX} \
--with-mysql-libdir-name=lib \
+ --with-firebird=${MINGW_PREFIX} \
+ --with-firebird-libdir-name=bin \
$_conf
make
}