diff options
author | dinoex <dinoex@FreeBSD.org> | 2016-11-23 03:58:55 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2016-11-23 03:58:55 +0800 |
commit | b8d526a2e39f2e83e0ba7bb027ae86b932048bc8 (patch) | |
tree | 9b73a0965c9615588f0d25a7ef2d4de62bfa5253 /news/nntp | |
parent | c309931ea24bf88eaf718e93661921e33fc9ce0b (diff) | |
download | freebsd-ports-gnome-b8d526a2e39f2e83e0ba7bb027ae86b932048bc8.tar.gz freebsd-ports-gnome-b8d526a2e39f2e83e0ba7bb027ae86b932048bc8.tar.zst freebsd-ports-gnome-b8d526a2e39f2e83e0ba7bb027ae86b932048bc8.zip |
- fix build for FreeBSD-9
Diffstat (limited to 'news/nntp')
-rw-r--r-- | news/nntp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/news/nntp/Makefile b/news/nntp/Makefile index 65f2e8a6b03c..5a1ae603aa5d 100644 --- a/news/nntp/Makefile +++ b/news/nntp/Makefile @@ -54,6 +54,9 @@ post-patch: ${REINPLACE_CMD} \ -e 's=getline(=xmit_getline(=' \ ${WRKSRC}/xmit/nntpxmit.c + ${REINPLACE_CMD} \ + -e 's=reaper()=reaper(int unused)=' \ + ${WRKSRC}/server/netaux.c pre-configure: ${REINPLACE_CMD} ${ALONE} \ |