1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

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)
This commit is contained in:
Piotr Kubaj 2019-07-18 11:30:00 +00:00
parent 436840879c
commit c371fc2ad9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506850

View File

@ -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