Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 2012/10/23 19:51:09 asau Exp $
# $NetBSD: Makefile,v 1.17 2016/07/02 14:44:50 joerg Exp $
DISTNAME= lambd-20010719
PKGREVISION= 2
@@ -21,4 +21,9 @@ do-extract:
${CP} ${FILESDIR}/*.[ch8] ${WRKSRC}
${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mgcc)
CFLAGS+= -Wno-error=unused-but-set-variable
.endif
.include "../../mk/bsd.pkg.mk"