This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove -std=c89/-ansi if freebsd has "inline static" in <fenv.h>
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 25 Nov 2014 01:39:18 +0000 (20:39 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 25 Nov 2014 02:18:00 +0000 (21:18 -0500)
commitf5fdb0259d5e9470e8291544a8b209e202d36334
tree0d415f86204857b8f23aeb879b93ad648cead04a
parentbf78513fd9ba938ecdb1dcbf1ec2d3912924749b
Remove -std=c89/-ansi if freebsd has "inline static" in <fenv.h>

Since -std=c89 (eq -ansi) simply isn't compatible with "inline static".

Based on a fix by TonyC.
ext/POSIX/Makefile.PL