svn commit: r422237 - head/news/nntp

Dirk Meyer dinoex at FreeBSD.org
Fri Sep 16 05:43:00 UTC 2016


Author: dinoex
Date: Fri Sep 16 05:42:59 2016
New Revision: 422237
URL: https://svnweb.freebsd.org/changeset/ports/422237

Log:
  - fix cstd fior FreeBSD-12

Modified:
  head/news/nntp/Makefile

Modified: head/news/nntp/Makefile
==============================================================================
--- head/news/nntp/Makefile	Fri Sep 16 04:27:51 2016	(r422236)
+++ head/news/nntp/Makefile	Fri Sep 16 05:42:59 2016	(r422237)
@@ -17,6 +17,7 @@ COMMENT=	NNTP with NOV support
 BUILD_DEPENDS=	${LOCALBASE}/lib/libcnews.a:news/cnews
 
 NO_WRKSUBDIR=	yes
+USE_CSTD=	gnu89
 PLIST_SUB+=	VARBASE=${VARBASE}
 PLIST_SUB+=	NEWSBIN=${NEWSBIN:S=^${PREFIX}/==}
 PLIST_SUB+=	NEWSCTL=${NEWSCTL:S=^${VARBASE}/==}


More information about the svn-ports-all mailing list