Fixed PR 35930.

This commit is contained in:
rillig 2007-03-05 23:12:39 +00:00
parent 04eacf1b60
commit 92217a67e6

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2007/03/05 23:06:30 rillig Exp $
# $NetBSD: Makefile,v 1.9 2007/03/05 23:12:39 rillig Exp $
#
DISTNAME= checkperms-1.7
@ -13,4 +13,9 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
USE_BSD_MAKEFILE= yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Linux"
MAKE_ENV+= NOGCCERROR=yes # see PR 35930
.endif
.include "../../mk/bsd.pkg.mk"