aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-FastCGI/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-11-27 03:36:09 +0800
committersteve <steve@FreeBSD.org>1999-11-27 03:36:09 +0800
commitf3f97ca7df6ac3bbc8696b65223fe6952138e7cb (patch)
tree51576a72c76d601c771aeaf3bd8896c347cddb22 /www/p5-FastCGI/files
parent1358635f001ed2bd2c4c869b45e3e2e890dfe170 (diff)
downloadfreebsd-ports-graphics-f3f97ca7df6ac3bbc8696b65223fe6952138e7cb.tar.gz
freebsd-ports-graphics-f3f97ca7df6ac3bbc8696b65223fe6952138e7cb.tar.zst
freebsd-ports-graphics-f3f97ca7df6ac3bbc8696b65223fe6952138e7cb.zip
Initial import of p5-FastCGI version 0.48.
Modules for perl5, for enablin FastCGI support in CGI scripts. PR: 14564 Submitted by: Kelly Yancey <kbyanc@posi.net>
Diffstat (limited to 'www/p5-FastCGI/files')
-rw-r--r--www/p5-FastCGI/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/p5-FastCGI/files/patch-aa b/www/p5-FastCGI/files/patch-aa
new file mode 100644
index 00000000000..40b6b39455a
--- /dev/null
+++ b/www/p5-FastCGI/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig Wed Oct 27 19:56:24 1999
++++ Makefile.PL Wed Oct 27 20:01:08 1999
+@@ -25,7 +25,7 @@
+ # CPAN
+ for $dir ("/usr", "/usr/local") {
+ if (-d "$dir/lib/" && -f "$dir/lib/libfcgi.a"
+- && -d "$dir/include" && !grep {!-f "$dir/include/$_"} (@h))
++ && -d "$dir/include/fastcgi/" && !grep {!-f "$dir/include/fastcgi/$_"} (@h))
+ {
+ print "Found fcgi library and include files in $dir\n";
+ print "Will be using that instead of included files\n";