Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Sep 2020 20:51:22 +0000 (UTC)
From:      Johannes M Dieterich <jmd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547678 - head/devel/flang
Message-ID:  <202009052051.085KpMOV078658@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmd
Date: Sat Sep  5 20:51:21 2020
New Revision: 547678
URL: https://svnweb.freebsd.org/changeset/ports/547678

Log:
  devel/flang: add common workaround

Modified:
  head/devel/flang/Makefile

Modified: head/devel/flang/Makefile
==============================================================================
--- head/devel/flang/Makefile	Sat Sep  5 20:43:23 2020	(r547677)
+++ head/devel/flang/Makefile	Sat Sep  5 20:51:21 2020	(r547678)
@@ -3,6 +3,7 @@
 
 PORTNAME=	flang
 DISTVERSION=	7.0-g20191020
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	jmd@FreeBSD.org
@@ -39,6 +40,9 @@ CMAKE_ARGS+=	-DLLVM_CONFIG=${LOCALBASE}/bin/llvm-confi
 		-WWITH_ERROR=OFF
 
 CMAKE_INSTALL_PREFIX=	${PREFIX}/flang
+
+# fix on post LLVM11 HEAD
+CFLAGS+=	-fcommon
 
 MAKE_JOBS_UNSAFE=	yes
 



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