nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 11 lines 431 B view raw
1--- a/subversion/bindings/swig/perl/native/Makefile.PL.in 2+++ b/subversion/bindings/swig/perl/native/Makefile.PL.in 3@@ -72,7 +72,7 @@ 4 # According to the log of r7937, the flags guarded by the conditional break 5 # the build on FreeBSD if not conditionalized. 6 my $apr_ldflags = '@SVN_APR_LIBS@' 7- if $^O eq 'darwin' or $^O eq 'cygwin'; 8+ if $^O eq 'darwin' or $^O eq 'cygwin' or $^O eq 'linux'; 9 10 chomp $apr_shlib_path_var; 11