Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 17:05:20 +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: r546367 - head/textproc/wordnet
Message-ID:  <202008271705.07RH5KpY052902@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/*.?



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