Fix build with custom LOCALBASE.
Reported by: QAtty
This commit is contained in:
parent
3fcd9d1387
commit
96aeb85854
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235068
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue