aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-11-21 12:11:38 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-11-21 12:11:38 +0000
commitb8d397f62b75b28f382a0e4ccafbe3dfe4581173 (patch)
tree0f9f79c0c02e376270d3155c40968ed02adaa80f /databases
parent90fa387e9a76718a5e2d5f75fefac129dde78965 (diff)
downloadports-b8d397f62b75b28f382a0e4ccafbe3dfe4581173.tar.gz
ports-b8d397f62b75b28f382a0e4ccafbe3dfe4581173.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/libgda4/Makefile4
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