svn commit: r546685 - head/x11/bbrun

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 20:26:24 UTC 2020


Author: tcberner
Date: Thu Aug 27 20:26:24 2020
New Revision: 546685
URL: https://svnweb.freebsd.org/changeset/ports/546685

Log:
  x11/bbrun: fix build on recent current

Modified:
  head/x11/bbrun/Makefile

Modified: head/x11/bbrun/Makefile
==============================================================================
--- head/x11/bbrun/Makefile	Thu Aug 27 20:21:04 2020	(r546684)
+++ head/x11/bbrun/Makefile	Thu Aug 27 20:26:24 2020	(r546685)
@@ -22,6 +22,9 @@ USE_CSTD=	gnu89
 PORTDOCS=	README
 PLIST_FILES=	bin/bbrun
 
+# Fix build with clang11
+CFLAGS+=	-fcommon
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/bbrun ${STAGEDIR}${PREFIX}/bin
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list