diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-27 17:05:20 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-27 17:05:20 +0000 |
commit | 9d0c4fe0e1a6a6ba00cc541dbe6ab1e4ce8ebe04 (patch) | |
tree | f15fcc14bf2931a99a0e3c00eecd47cfd910765e | |
parent | 42874042f01037d932941d4ec9504e38cd540396 (diff) |
Notes
-rw-r--r-- | textproc/wordnet/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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/*.? |