summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-02 21:50:11 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-02 21:50:11 +0000
commit96aeb858542fec8054a48655ced8687c90c49e11 (patch)
treed4b6baaa7e80f686acaa1c9e53d506a1f98fee2d /databases
parentUpdate to late May SVN snapshot to (diff)
Fix build with custom LOCALBASE.
Reported by: QAtty
Notes
Notes: svn path=/head/; revision=235068
Diffstat (limited to 'databases')
-rw-r--r--databases/mysqlcc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/mysqlcc/Makefile b/databases/mysqlcc/Makefile
index 958c7d59a2f3..9743f464111c 100644
--- a/databases/mysqlcc/Makefile
+++ b/databases/mysqlcc/Makefile
@@ -24,7 +24,9 @@ IGNORE_WITH_MYSQL=323
GNU_CONFIGURE= yes
USE_QT_VER= 3
-CONFIGURE_ARGS+= --with-qt=${QT_PREFIX}
+CONFIGURE_ARGS+=--with-mysql-include=${LOCALBASE}/include/mysql \
+ --with-mysql-lib=${LOCALABSE}/lib/mysql \
+ --with-qt=${QT_PREFIX}
DOCS= Changelog.txt README.txt TODO.txt
SHARE_DATA= error.wav warning.wav syntax.txt