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 | |
parent | 1918afa42edad235e7a1d8e38fbd13cabe17d9ad (diff) | |
download | ports-c5ec73597e2cdb897f0fd2dee90f9617c0b550a7.tar.gz ports-c5ec73597e2cdb897f0fd2dee90f9617c0b550a7.zip |
Notes
Diffstat (limited to 'news')
-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 |