diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-03 10:55:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-03 10:55:26 +0000 |
commit | c5ec73597e2cdb897f0fd2dee90f9617c0b550a7 (patch) | |
tree | 25318790fafb465d7d045ea48fb083da63e17ec0 /news/cnews/Makefile | |
parent | devel/py-virtualenv: remove py3k-fix-pkg-plist.inc (diff) |
Fix build with clang
Notes
Notes:
svn path=/head/; revision=346880
Diffstat (limited to 'news/cnews/Makefile')
-rw-r--r-- | news/cnews/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 25df1c5f8236..d5f917399b53 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -33,13 +33,11 @@ PATCHFILES= c-news-patch-fileart.c c-news-patch-namelen \ MAINTAINER= dinoex@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 |