Perl now requires C99 with the introduction of C99 math functions in POSIX.pm
This commit is contained in:
parent
d7d6ca9923
commit
5eb2145a0e
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue