Perl now requires C99 with the introduction of C99 math functions in POSIX.pm

This commit is contained in:
jperkin 2016-01-27 11:22:22 +00:00
parent d7d6ca9923
commit 5eb2145a0e

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.235 2015/06/24 11:43:42 he Exp $
# $NetBSD: Makefile,v 1.236 2016/01/27 11:22:22 jperkin Exp $
.include "license.mk"
.include "Makefile.common"
@ -92,6 +92,7 @@ SUPERSEDES+= p5-experimental<=0.007
# XXX: requires that gcc use an external perl to avoid circular dependencies
USE_GCC_RUNTIME= yes
USE_LANGUAGES= c c99
.include "../../mk/bsd.prefs.mk"