svn commit: r564841 - head/textproc/heirloom-doctools

Cy Schubert cy at FreeBSD.org
Wed Feb 10 04:58:13 UTC 2021


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


More information about the svn-ports-all mailing list