mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Fix build on FreeBSD 10
This commit is contained in:
parent
2535ddf5ee
commit
860549c9d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284634
@ -18,6 +18,7 @@ COMMENT?= Multithreaded SQL database (server)
|
||||
SLAVEDIRS= databases/mysql50-client databases/mysql50-scripts
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
WITH_FBSD10_FIX=yes
|
||||
|
||||
CONFIGURE_ARGS= --localstatedir=/var/db/mysql \
|
||||
--without-debug \
|
||||
|
@ -19,6 +19,7 @@ COMMENT?= Multithreaded SQL database (server)
|
||||
SLAVEDIRS= databases/mysql51-client databases/mysql51-scripts
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
WITH_FBSD10_FIX=yes
|
||||
|
||||
CONFIGURE_ARGS= --localstatedir=/var/db/mysql \
|
||||
--without-debug \
|
||||
|
Loading…
Reference in New Issue
Block a user