From 9d0c4fe0e1a6a6ba00cc541dbe6ab1e4ce8ebe04 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Thu, 27 Aug 2020 17:05:20 +0000 Subject: [PATCH] textproc/wordnet: fix build on recent current --- textproc/wordnet/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/textproc/wordnet/Makefile b/textproc/wordnet/Makefile index 94f4f4206aad..a82d929d926f 100644 --- a/textproc/wordnet/Makefile +++ b/textproc/wordnet/Makefile @@ -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/*.?