svn commit: r360052 - head/databases/mysql55-server
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jul 1 16:35:07 UTC 2014
Author: bapt
Date: Tue Jul 1 16:35:06 2014
New Revision: 360052
URL: http://svnweb.freebsd.org/changeset/ports/360052
QAT: https://qat.redports.org/buildarchive/r360052/
Log:
Given cmake seems to not append CPPFLAGS to CXXFLAGS enforce it, that allows
mysql55 to build with readline from ports
Modified:
head/databases/mysql55-server/Makefile
Modified: head/databases/mysql55-server/Makefile
==============================================================================
--- head/databases/mysql55-server/Makefile Tue Jul 1 16:24:15 2014 (r360051)
+++ head/databases/mysql55-server/Makefile Tue Jul 1 16:35:06 2014 (r360052)
@@ -79,6 +79,7 @@ MAN1= my_print_defaults.1 myisam_ftdump
CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON"
.else
USES+= readline
+CXXFLAGS+= ${CPPFLAGS}
.endif
post-patch:
More information about the svn-ports-all
mailing list