svn commit: r546669 - head/textproc/asm2html

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 19:11:37 UTC 2020


Author: tcberner
Date: Thu Aug 27 19:11:32 2020
New Revision: 546669
URL: https://svnweb.freebsd.org/changeset/ports/546669

Log:
  textproc/asm2html: fix build on recent current

Modified:
  head/textproc/asm2html/Makefile

Modified: head/textproc/asm2html/Makefile
==============================================================================
--- head/textproc/asm2html/Makefile	Thu Aug 27 19:10:10 2020	(r546668)
+++ head/textproc/asm2html/Makefile	Thu Aug 27 19:11:32 2020	(r546669)
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		tar:xz
 GNU_CONFIGURE=	yes
 MAKE_ARGS=	CC=${CC}
+CFLAGS+=	-fcommon
 
 PLIST_FILES=	bin/asm2html man/man1/asm2html.1.gz
 


More information about the svn-ports-head mailing list