From a1ead9ab97c8a417ea3cef7006a9fcc8d36cd22e Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sun, 4 Aug 2019 08:37:40 +0000 Subject: [PATCH] mail/qmail-mysql: fix build with GCC architectures Similar to other ports using, MySQL, it links to libatomic. Approved by: mentors (implicit approval) --- mail/qmail-mysql/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/mail/qmail-mysql/Makefile b/mail/qmail-mysql/Makefile index bd318303199c..eab894662843 100644 --- a/mail/qmail-mysql/Makefile +++ b/mail/qmail-mysql/Makefile @@ -15,6 +15,7 @@ MYSQL_PATCH_VERSION= 1.1.15 SLAVE_MYSQL= yes +USES= compiler:c11 USE_MYSQL= yes MASTERDIR= ${.CURDIR}/../qmail