svn commit: r505028 - head/databases/mysql55-server

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jun 24 13:20:25 UTC 2019


Author: pkubaj
Date: Mon Jun 24 13:20:24 2019
New Revision: 505028
URL: https://svnweb.freebsd.org/changeset/ports/505028

Log:
  databases/mysql55-server: fix build
  
  This port needs C++11-compatible compiler.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/databases/mysql55-server/Makefile

Modified: head/databases/mysql55-server/Makefile
==============================================================================
--- head/databases/mysql55-server/Makefile	Mon Jun 24 13:16:02 2019	(r505027)
+++ head/databases/mysql55-server/Makefile	Mon Jun 24 13:20:24 2019	(r505028)
@@ -14,7 +14,7 @@ COMMENT?=	Multithreaded SQL database (server)
 LICENSE=	GPLv2
 
 SLAVEDIRS=	databases/mysql55-client
-USES=		cmake:insource,noninja readline shebangfix
+USES=		cmake:insource,noninja compiler:c++11-lang readline shebangfix
 CXXFLAGS+=	${CPPFLAGS}
 NO_OPTIONS_SORT=yes
 


More information about the svn-ports-all mailing list