svn commit: r548378 - head/devel/remake

Tilman Keskinoz arved at FreeBSD.org
Sat Sep 12 15:28:03 UTC 2020


Author: arved
Date: Sat Sep 12 15:28:02 2020
New Revision: 548378
URL: https://svnweb.freebsd.org/changeset/ports/548378

Log:
  Force fcommon to fix build with llvm11

Modified:
  head/devel/remake/Makefile

Modified: head/devel/remake/Makefile
==============================================================================
--- head/devel/remake/Makefile	Sat Sep 12 15:18:45 2020	(r548377)
+++ head/devel/remake/Makefile	Sat Sep 12 15:28:02 2020	(r548378)
@@ -17,6 +17,7 @@ GNU_CONFIGURE=	yes
 USES=		readline
 INFO=		remake
 CONFIGURE_ARGS=	--without-guile
+CFLAGS+=	-fcommon
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes


More information about the svn-ports-all mailing list