aboutsummaryrefslogtreecommitdiff
path: root/security/courier-authlib
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-07-18 17:50:56 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-07-18 17:50:56 +0000
commit18d2a28f227cb45cce62294cef5892c587f06ed3 (patch)
treedff76285854d29305afacf416bfcee67c5d8fdb7 /security/courier-authlib
parent8319243ee4b6ac941c90d5bba0177600da1abb8a (diff)
downloadports-18d2a28f227cb45cce62294cef5892c587f06ed3.tar.gz
ports-18d2a28f227cb45cce62294cef5892c587f06ed3.zip
security/courier-authlib: fix build of databases/courier-authlib-mysql on GCC architectures
Linking with libmysqlclient now requires new GCC because of -latomic. Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=506866
Diffstat (limited to 'security/courier-authlib')
-rw-r--r--security/courier-authlib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile
index 44eb2f5b18fd..f68a610a8ef4 100644
--- a/security/courier-authlib/Makefile
+++ b/security/courier-authlib/Makefile
@@ -124,6 +124,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/sysconftool/sysconftool:devel/sysconftool
OPTIONS_DEFINE+= DOCS
DOCS= README.authmysql.html README.authmysql.myownquery
+USES+= compiler:c11
USE_MYSQL= yes
CONFIGURE_ARGS+=--with-authmysql \
--with-mysql-libs=${LOCALBASE}/lib/mysql \