svn commit: r546570 - head/net/appkonference

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 18:59:23 UTC 2020


Author: tcberner
Date: Thu Aug 27 18:59:18 2020
New Revision: 546570
URL: https://svnweb.freebsd.org/changeset/ports/546570

Log:
  net/appkonference: fix build on recent current

Modified:
  head/net/appkonference/Makefile

Modified: head/net/appkonference/Makefile
==============================================================================
--- head/net/appkonference/Makefile	Thu Aug 27 18:59:18 2020	(r546569)
+++ head/net/appkonference/Makefile	Thu Aug 27 18:59:18 2020	(r546570)
@@ -23,6 +23,8 @@ USES=		compiler:features gmake
 USE_CSTD=	gnu89
 WRKSRC=		${WRKDIR}/${PORTNAME}/konference
 MAKE_ARGS=	ASTERISK_SRC_VERSION=1300
+# Fix build with clang11
+CFLAGS+=	-fcommon
 
 PLIST_FILES=	lib/asterisk/modules/app_konference.so
 


More information about the svn-ports-head mailing list