mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
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
@ -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 New Issue
Block a user