diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2020-09-10 03:38:35 +0800 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2020-09-10 03:38:35 +0800 |
commit | 9119ccb55fb5f97bb2d317ecf73d8cd5b44f3c45 (patch) | |
tree | 15c95f358d7cd45725ca92f0e01176887a3d6f35 /news/newsx/Makefile | |
parent | 27db64d7fb954f8d6f13bcd5a4801d46fc5ba853 (diff) | |
download | freebsd-ports-gnome-9119ccb55fb5f97bb2d317ecf73d8cd5b44f3c45.tar.gz freebsd-ports-gnome-9119ccb55fb5f97bb2d317ecf73d8cd5b44f3c45.tar.zst freebsd-ports-gnome-9119ccb55fb5f97bb2d317ecf73d8cd5b44f3c45.zip |
Fix on -CURRENT with -fcommon.
Diffstat (limited to 'news/newsx/Makefile')
-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.* |