Date: Thu, 18 Jul 2019 11:30:00 +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: r506850 - head/databases/mysql-connector-odbc Message-ID: <201907181130.x6IBU0lF065180@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu Jul 18 11:30:00 2019 New Revision: 506850 URL: https://svnweb.freebsd.org/changeset/ports/506850 Log: databases/mysql-connector-odbc: fix build on GCC architectures Needs USES=compiler:c++11-lang: cc1plus: error: unrecognized command line option "-std=c++0x" Approved by: mentors (implicit approval) Modified: head/databases/mysql-connector-odbc/Makefile Modified: head/databases/mysql-connector-odbc/Makefile ============================================================================== --- head/databases/mysql-connector-odbc/Makefile Thu Jul 18 11:26:50 2019 (r506849) +++ head/databases/mysql-connector-odbc/Makefile Thu Jul 18 11:30:00 2019 (r506850) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libodbc.so:databases/unixODBC -USES= cmake mysql +USES= cmake compiler:c++11-lang mysql CMAKE_ARGS= -DWITH_UNIXODBC=1 -DDISABLE_GUI=1 USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907181130.x6IBU0lF065180>