svn commit: r546671 - head/ftp/bftpd

Danilo Egea Gondolfo danilo at FreeBSD.org
Thu Aug 27 19:19:15 UTC 2020


Author: danilo
Date: Thu Aug 27 19:19:14 2020
New Revision: 546671
URL: https://svnweb.freebsd.org/changeset/ports/546671

Log:
  - Fix build with clang 11

Modified:
  head/ftp/bftpd/Makefile

Modified: head/ftp/bftpd/Makefile
==============================================================================
--- head/ftp/bftpd/Makefile	Thu Aug 27 19:13:24 2020	(r546670)
+++ head/ftp/bftpd/Makefile	Thu Aug 27 19:19:14 2020	(r546671)
@@ -13,6 +13,8 @@ LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-pam
+# Fix build with clang 11
+CFLAGS+=	-fcommon
 
 USES=		autoreconf gmake
 


More information about the svn-ports-head mailing list