svn commit: r506848 - head/benchmarks/super-smack

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jul 18 11:25:29 UTC 2019


Author: pkubaj
Date: Thu Jul 18 11:25:28 2019
New Revision: 506848
URL: https://svnweb.freebsd.org/changeset/ports/506848

Log:
  benchmarks/super-smack: fix build on GCC architectures
  
  GCC from ports is required:
  /usr/local/lib/mysql/libmysqlclient.so: undefined reference to `operator delete(void*, unsigned long)@CXXABI_1.3.9'
  
  Approved by:	mentors (implicit approval)

Modified:
  head/benchmarks/super-smack/Makefile

Modified: head/benchmarks/super-smack/Makefile
==============================================================================
--- head/benchmarks/super-smack/Makefile	Thu Jul 18 11:22:36 2019	(r506847)
+++ head/benchmarks/super-smack/Makefile	Thu Jul 18 11:25:28 2019	(r506848)
@@ -25,6 +25,7 @@ OPTIONS_MULTI_DB=	MYSQL PGSQL
 OPTIONS_DEFAULT=	MYSQL
 
 MYSQL_USE=		MYSQL=yes
+MYSQL_USES=		compiler:c++11-lang
 MYSQL_CONFIGURE_ON=	--with-mysql \
 			--with-mysql-include=${LOCALBASE}/include/mysql \
 			--with-mysql-lib=${LOCALBASE}/lib/mysql


More information about the svn-ports-head mailing list