svn commit: r546755 - head/editors/chexedit

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 16:59:08 UTC 2020


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


More information about the svn-ports-head mailing list