diff options
author | kwm <kwm@FreeBSD.org> | 2010-11-21 20:11:38 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-11-21 20:11:38 +0800 |
commit | c79d28ea5ec743a83555e585a3413ad4455ce8f8 (patch) | |
tree | bda587537451f581ad5bcea794e865dd71bf53a3 /databases/libgda4 | |
parent | dfb4e382b888eb5b021a551a014f6838b3869933 (diff) | |
download | freebsd-ports-gnome-c79d28ea5ec743a83555e585a3413ad4455ce8f8.tar.gz freebsd-ports-gnome-c79d28ea5ec743a83555e585a3413ad4455ce8f8.tar.zst freebsd-ports-gnome-c79d28ea5ec743a83555e585a3413ad4455ce8f8.zip |
Fix the detection of mysql for libgda4-mysql.
Diffstat (limited to 'databases/libgda4')
-rw-r--r-- | databases/libgda4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/libgda4/Makefile b/databases/libgda4/Makefile index 30868bae3fa3..395ba649a0df 100644 --- a/databases/libgda4/Makefile +++ b/databases/libgda4/Makefile @@ -38,9 +38,11 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes CONFIGURE_ARGS= --without-oracle \ + --disable-crypto \ --enable-introspection=no CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" + LIBS="-L${LOCALBASE}/lib -lintl" \ + ac_cv_path_MYSQL_CONFIG=${LOCALBASE}/bin/mysql_config .if ${LIBGDA4_SLAVE}=="no" OPTIONS= UI "Build UI tools" on |