Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 16:59:07 +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: r546755 - head/editors/chexedit
Message-ID:  <202008281659.07SGx7v3070754@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Fri Aug 28 16:59:07 2020
New Revision: 546755
URL: https://svnweb.freebsd.org/changeset/ports/546755

Log:
  editors/chexedit: fix build on recent current

Modified:
  head/editors/chexedit/Makefile

Modified: head/editors/chexedit/Makefile
==============================================================================
--- head/editors/chexedit/Makefile	Fri Aug 28 16:52:44 2020	(r546754)
+++ head/editors/chexedit/Makefile	Fri Aug 28 16:59:07 2020	(r546755)
@@ -21,6 +21,9 @@ CONFIGURE_ENV+=	ac_cv_header_ncurses_h=yes
 PLIST_FILES=	bin/chexedit \
 		man/man1/chexedit.1.gz
 
+# Fix build on recent current
+CFLAGS+=	-fcommon
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/hexedit ${STAGEDIR}${PREFIX}/bin/chexedit
 	${INSTALL_MAN} ${WRKSRC}/docs/hexedit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/chexedit.1



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