svn commit: r548126 - head/news/newsx

Thierry Thomas thierry at FreeBSD.org
Wed Sep 9 19:38:36 UTC 2020


Author: thierry
Date: Wed Sep  9 19:38:35 2020
New Revision: 548126
URL: https://svnweb.freebsd.org/changeset/ports/548126

Log:
  Fix on -CURRENT with -fcommon.

Modified:
  head/news/newsx/Makefile

Modified: head/news/newsx/Makefile
==============================================================================
--- head/news/newsx/Makefile	Wed Sep  9 19:10:05 2020	(r548125)
+++ head/news/newsx/Makefile	Wed Sep  9 19:38:35 2020	(r548126)
@@ -20,6 +20,7 @@ RUN_DEPENDS=	${LOCALBASE}/news/lib/libinn.so:news/inn
 .endif
 
 GNU_CONFIGURE=	yes
+CFLAGS+=	-fcommon
 
 CONFLICTS=	leafnode-1.*
 


More information about the svn-ports-all mailing list