Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 2021 04:58:13 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564841 - head/textproc/heirloom-doctools
Message-ID:  <202102100458.11A4wDCM096962@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Feb 10 04:58:12 2021
New Revision: 564841
URL: https://svnweb.freebsd.org/changeset/ports/564841

Log:
  Fix LLVM11 build.
  
  Add -fcommon to fix LLVM11 build.
  
  PR		251913
  Submitted by:	cy
  Reported by:	cy
  Approved by:	maintainer timeout (hrs)

Modified:
  head/textproc/heirloom-doctools/Makefile   (contents, props changed)

Modified: head/textproc/heirloom-doctools/Makefile
==============================================================================
--- head/textproc/heirloom-doctools/Makefile	Wed Feb 10 03:53:52 2021	(r564840)
+++ head/textproc/heirloom-doctools/Makefile	Wed Feb 10 04:58:12 2021	(r564841)
@@ -27,6 +27,7 @@ MAKE_ARGS+=	INSTALL="${INSTALL}" \
 		REFDIR=${REFDIR} \
 		ROOT=${STAGEDIR}
 MAKEFILE=	makefile
+CFLAGS+=	-fcommon
 PLIST_SUB=	LIBEXECDIR=libexec/${PORTNAME}
 
 MACDIR?=	${DATADIR}/tmac



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