summaryrefslogtreecommitdiff
path: root/devel/p5-Event-Lib/files/patch-Makefile.PL
blob: 5e42b40e1975c889220c74180fbe41c6a36ba975 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- Makefile.PL.orig	Tue Mar  7 08:37:40 2006
+++ Makefile.PL	Mon Jun  5 23:31:13 2006
@@ -2,7 +2,11 @@
 use ExtUtils::MakeMaker;
 use Config;
 
-my %args = map { split /\s*=\s*/ } @ARGV;
+my %args;
+foreach $_ (@ARGV){
+    m/(.*?)=(.*)/;
+    $args{$1} = $2;
+}
 
 # purge @ARGV of CCFLAGS