diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-03 18:55:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-03 18:55:26 +0800 |
commit | c06c39b23e379c30ad56d2754f1cd1bc91b879a6 (patch) | |
tree | 25318790fafb465d7d045ea48fb083da63e17ec0 /news | |
parent | 83f36adbdeccb72ad1130850f90f11e65ea579dd (diff) | |
download | freebsd-ports-gnome-c06c39b23e379c30ad56d2754f1cd1bc91b879a6.tar.gz freebsd-ports-gnome-c06c39b23e379c30ad56d2754f1cd1bc91b879a6.tar.zst freebsd-ports-gnome-c06c39b23e379c30ad56d2754f1cd1bc91b879a6.zip |
Fix build with clang
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 |