Date: Thu, 2 May 2019 10:13:03 +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: r500650 - head/databases/mariadb55-server Message-ID: <201905021013.x42AD3UB072195@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu May 2 10:13:03 2019 New Revision: 500650 URL: https://svnweb.freebsd.org/changeset/ports/500650 Log: databases/mariadb55-server: fix build with GCC-based architectures Add USES=compiler:c++11-lang to fix: /wrkdirs/usr/ports/databases/mariadb55-server/work/mariadb-5.5.64/storage/xtradb/include/os0sync.h:416:4: error: #error "Unsupported platform" Approved by: mentors (implicit approval) Modified: head/databases/mariadb55-server/Makefile Modified: head/databases/mariadb55-server/Makefile ============================================================================== --- head/databases/mariadb55-server/Makefile Thu May 2 10:08:31 2019 (r500649) +++ head/databases/mariadb55-server/Makefile Thu May 2 10:13:03 2019 (r500650) @@ -23,7 +23,7 @@ LICENSE= GPLv2 SUB_FILES= pkg-message SLAVEDIRS= databases/mariadb55-client -USES+= cmake:insource,noninja shebangfix ssl +USES+= cmake:insource,noninja compiler:c++11-lang shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql SHEBANG_FILES= scripts/*.sh sql-bench/[a-km-z]*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905021013.x42AD3UB072195>