1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Both the client and the server require readline if no readline is present in

base (otherwise cmake fails for the server)
This commit is contained in:
Baptiste Daroussin 2014-07-01 22:45:48 +00:00
parent 2f21906fc0
commit 1b034ec317
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360108

View File

@ -15,7 +15,8 @@ COMMENT?= Multithreaded SQL database (server)
LICENSE= GPLv2
SLAVEDIRS= databases/mysql55-client
USES= cmake shebangfix
USES= cmake readline shebangfix
CXXFLAGS+= ${CPPFLAGS}
NO_OPTIONS_SORT=yes
OPTIONS_DEFINE= SSL FASTMTX
@ -77,9 +78,6 @@ MAN1= my_print_defaults.1 myisam_ftdump.1 myisamchk.1 myisamlog.1 myisampack.1
mysqltest.1 perror.1 replace.1 resolve_stack_dump.1 resolveip.1
CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON"
.else
USES+= readline
CXXFLAGS+= ${CPPFLAGS}
.endif
post-patch: