Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2019 11:25:29 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506848 - head/benchmarks/super-smack
Message-ID:  <201907181125.x6IBPT8b064735@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907181125.x6IBPT8b064735>