svn commit: r546367 - head/textproc/wordnet

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 17:05:20 UTC 2020


Author: tcberner
Date: Thu Aug 27 17:05:20 2020
New Revision: 546367
URL: https://svnweb.freebsd.org/changeset/ports/546367

Log:
  textproc/wordnet: fix build on recent current

Modified:
  head/textproc/wordnet/Makefile

Modified: head/textproc/wordnet/Makefile
==============================================================================
--- head/textproc/wordnet/Makefile	Thu Aug 27 17:01:34 2020	(r546366)
+++ head/textproc/wordnet/Makefile	Thu Aug 27 17:05:20 2020	(r546367)
@@ -23,6 +23,9 @@ USE_LDCONFIG=	yes
 SUB_FILES=	pkg-message
 SUB_LIST+=	TCL_VER=${TCL_VER}
 
+# Fix build on recent current
+CFLAGS+=	-fcommon
+
 post-patch:
 	${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' \
 	    ${WRKSRC}/src/wnb ${WRKSRC}/doc/man/*.?


More information about the svn-ports-head mailing list