summaryrefslogtreecommitdiff
path: root/www/p5-FastCGI/files/patch-ab
blob: 7ffbde60d15f494e095dd4c25169c554a4042041 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.PL.orig	Mon Jun 16 10:31:32 2003
+++ Makefile.PL	Mon Jun 16 10:31:41 2003
@@ -33,7 +33,7 @@
 	$libspec .= "-lfcgi";
 	my @l = MM->ext($libspec);
 	if ($l[0] || $l[1] || $l[2]) {
-	    $prefix = "$useinstalled/include" if $useinstalled;
+	    $prefix = "$useinstalled" if $useinstalled;
 	    $libfound = 1;
 	    push @libs, $libspec;
 	}