diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2020-09-09 19:38:35 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2020-09-09 19:38:35 +0000 |
commit | 9119ccb55fb5f97bb2d317ecf73d8cd5b44f3c45 (patch) | |
tree | 15c95f358d7cd45725ca92f0e01176887a3d6f35 /news/newsx | |
parent | 27db64d7fb954f8d6f13bcd5a4801d46fc5ba853 (diff) |
Fix on -CURRENT with -fcommon.
Notes
Notes:
svn path=/head/; revision=548126
Diffstat (limited to 'news/newsx')
-rw-r--r-- | news/newsx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/news/newsx/Makefile b/news/newsx/Makefile index edb286147683..09e0e764ff27 100644 --- a/news/newsx/Makefile +++ b/news/newsx/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/news/lib/libinn.so:news/inn .endif GNU_CONFIGURE= yes +CFLAGS+= -fcommon CONFLICTS= leafnode-1.* |