perl-module.patch 1.1 KB

123456789101112131415161718192021222324252627282930
  1. Index: ExtUtils-PkgConfig-1.07/Makefile.PL
  2. --- ExtUtils-PkgConfig-1.07/Makefile.PL.orig 2005-11-09 14:25:08 +0100
  3. +++ ExtUtils-PkgConfig-1.07/Makefile.PL 2005-11-09 14:25:44 +0100
  4. @@ -1,13 +1,6 @@
  5. use 5.006;
  6. use ExtUtils::MakeMaker;
  7. -# don't go any further if pkg-config cannot be found.
  8. -`pkg-config --version` or die "***
  9. -*** ExtUtils::PkgConfig requires the pkg-config utility, but it doesn't
  10. -*** seem to be in your PATH. it is correctly installed?
  11. -*** PATH=$ENV{PATH}
  12. -***\n";
  13. -
  14. WriteMakefile(
  15. # FIXME this doesn't work very well with native win32 perl
  16. 'dist' => {
  17. Index: CPAN-1.88/Makefile.PL
  18. --- CPAN-1.88/Makefile.PL.orig 2005-12-25 09:23:51 +0100
  19. +++ CPAN-1.88/Makefile.PL 2005-12-25 09:52:02 +0100
  20. @@ -93,7 +93,7 @@
  21. my $cmd;
  22. if ($cmd = MM->maybe_command($abs)) {
  23. print "Importing PAUSE public key into your GnuPG keychain... ";
  24. - system($cmd, '--quiet', '--import', <PAUSE*.pub>);
  25. + # system($cmd, '--quiet', '--import', <PAUSE*.pub>);
  26. print "done!\n";
  27. print "(You may wish to trust it locally with 'gpg --lsign-key 450F89EC')\n";
  28. last;