svn commit: r346880 - head/news/cnews

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 3 10:55:27 UTC 2014


Author: bapt
Date: Mon Mar  3 10:55:26 2014
New Revision: 346880
URL: http://svnweb.freebsd.org/changeset/ports/346880
QAT: https://qat.redports.org/buildarchive/r346880/

Log:
  Fix build with clang

Modified:
  head/news/cnews/Makefile

Modified: head/news/cnews/Makefile
==============================================================================
--- head/news/cnews/Makefile	Mon Mar  3 10:52:03 2014	(r346879)
+++ head/news/cnews/Makefile	Mon Mar  3 10:55:26 2014	(r346880)
@@ -33,13 +33,11 @@ PATCHFILES=	c-news-patch-fileart.c c-new
 MAINTAINER=	dinoex at FreeBSD.org
 COMMENT=	An news server
 
-LICENSE=	BSD
-LICENSE_FILE=	${WRKSRC}/COPYRIGHT
+LICENSE=	BSD4CLAUSE
 
 MAKE_JOBS_UNSAFE=	yes
 
-USE_GCC=	any
-
+CFLAGS+=	-Wno-return-type
 DIST_SUBDIR=	${DISTNAME}
 NO_WRKSUBDIR=	yes
 MAKEFILE=	makefile


More information about the svn-ports-head mailing list