svn commit: r508078 - head/mail/qmail-mysql

Piotr Kubaj pkubaj at FreeBSD.org
Sun Aug 4 08:37:41 UTC 2019


Author: pkubaj
Date: Sun Aug  4 08:37:40 2019
New Revision: 508078
URL: https://svnweb.freebsd.org/changeset/ports/508078

Log:
  mail/qmail-mysql: fix build with GCC architectures
  
  Similar to other ports using, MySQL, it links to libatomic.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/mail/qmail-mysql/Makefile

Modified: head/mail/qmail-mysql/Makefile
==============================================================================
--- head/mail/qmail-mysql/Makefile	Sun Aug  4 08:31:22 2019	(r508077)
+++ head/mail/qmail-mysql/Makefile	Sun Aug  4 08:37:40 2019	(r508078)
@@ -15,6 +15,7 @@ MYSQL_PATCH_VERSION=	1.1.15
 
 SLAVE_MYSQL=	yes
 
+USES=		compiler:c11
 USE_MYSQL=	yes
 
 MASTERDIR=	${.CURDIR}/../qmail


More information about the svn-ports-head mailing list