Date: Thu, 27 Aug 2020 19:11:32 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546669 - head/textproc/asm2html Message-ID: <202008271911.07RJBWvw066417@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271911.07RJBWvw066417>