summaryrefslogtreecommitdiff
path: root/databases/percona57-server/files/patch-cmake_os_FreeBSD.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/percona57-*: Fix build for i386Dima Panov2020-01-021-2/+16
| | | | | | | | | | | Make build-script assume that FreeBSD's Clang doesn't have "atomic_*" functions builtin implemented on i386 While here, allow to build on DragonFly BSD and drop "-fabi-version=2" from C/CXX flags Reported by: pkg-fallout MFH: 2020Q1
* Fix build on gcc-based architectures by removing the assumption that FreeBSDMark Linimon2019-01-121-0/+11
must imply clang. While here, remove duplicate definition from USES. PR: 234580 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)