Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 20:26:24 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546685 - head/x11/bbrun
Message-ID:  <202008272026.07RKQO37012455@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008272026.07RKQO37012455>