mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
15 lines
331 B
Perl
15 lines
331 B
Perl
$NetBSD: patch-Makefile.PL,v 1.1 2012/10/15 12:45:25 wiz Exp $
|
|
|
|
Fix build with perl-5.16.
|
|
|
|
--- Makefile.PL.orig 2009-06-11 18:26:48.000000000 +0000
|
|
+++ Makefile.PL
|
|
@@ -9,7 +9,6 @@ requires => 'XML::Parser';
|
|
build_requires => 'Test';
|
|
build_requires => 'IO::File';
|
|
|
|
-auto_set_repository;
|
|
auto_manifest;
|
|
auto_install;
|
|
WriteAll;
|