diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-01-27 11:22:22 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-01-27 11:22:22 +0000 |
commit | c6d8ab5b3a8b122fc8ca7b3adeeddf19a6b7b3f9 (patch) | |
tree | 03e47c1ea2f7c0d46b8d29db829a306878ed79d4 /lang/perl5/Makefile | |
parent | 432a94d1c7387c8eef5b3a7ada3dce5ede232124 (diff) | |
download | pkgsrc-c6d8ab5b3a8b122fc8ca7b3adeeddf19a6b7b3f9.tar.gz |
Perl now requires C99 with the introduction of C99 math functions in POSIX.pm
Diffstat (limited to 'lang/perl5/Makefile')
-rw-r--r-- | lang/perl5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 85187c627f1..ce616d0285e 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -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" |