summaryrefslogtreecommitdiff
path: root/databases/mysql55-server
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-01 16:35:06 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-01 16:35:06 +0000
commita375d779c42e5b0dc7506f0da3c5d19dd416f514 (patch)
tree5bb9d8e116968b1df64b7320d97106949610db7e /databases/mysql55-server
parent9d6251128f49332a012bc82ac77c4f9a66efb36c (diff)
downloadfreebsd-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/Makefile1
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: