diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-01 16:35:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-01 16:35:06 +0000 |
commit | a375d779c42e5b0dc7506f0da3c5d19dd416f514 (patch) | |
tree | 5bb9d8e116968b1df64b7320d97106949610db7e /databases/mysql55-server | |
parent | 9d6251128f49332a012bc82ac77c4f9a66efb36c (diff) | |
download | freebsd-ports-a375d779c42e5b0dc7506f0da3c5d19dd416f514.zip |
Given cmake seems to not append CPPFLAGS to CXXFLAGS enforce it, that allows
mysql55 to build with readline from ports
Diffstat (limited to 'databases/mysql55-server')
-rw-r--r-- | databases/mysql55-server/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile index c281460a71f9..44425378ef22 100644 --- a/databases/mysql55-server/Makefile +++ b/databases/mysql55-server/Makefile @@ -79,6 +79,7 @@ MAN1= my_print_defaults.1 myisam_ftdump.1 myisamchk.1 myisamlog.1 myisampack.1 CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" .else USES+= readline +CXXFLAGS+= ${CPPFLAGS} .endif post-patch: |