diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-01 22:45:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-01 22:45:48 +0000 |
commit | 1b034ec3178488ad9c221e1a2fd35e6ce22cae66 (patch) | |
tree | 00c4334426d84636db642c81375ca9ecfac59590 /databases/mysql55-server | |
parent | 2f21906fc0891943ba3564eb44e714c14b2253cb (diff) | |
download | freebsd-ports-1b034ec3178488ad9c221e1a2fd35e6ce22cae66.zip |
Both the client and the server require readline if no readline is present in
base (otherwise cmake fails for the server)
Diffstat (limited to 'databases/mysql55-server')
-rw-r--r-- | databases/mysql55-server/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile index 44425378ef22..e9c498b8dbd8 100644 --- a/databases/mysql55-server/Makefile +++ b/databases/mysql55-server/Makefile @@ -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: |