summaryrefslogtreecommitdiff
path: root/www/php4/patches/patch-ap
diff options
context:
space:
mode:
Diffstat (limited to 'www/php4/patches/patch-ap')
-rw-r--r--www/php4/patches/patch-ap12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/php4/patches/patch-ap b/www/php4/patches/patch-ap
deleted file mode 100644
index bc9bf0ec89a..00000000000
--- a/www/php4/patches/patch-ap
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ap,v 1.1 2006/03/03 07:11:34 cube Exp $
-
---- pear/install-pear.php.orig 2006-01-07 18:51:54.000000000 +0100
-+++ pear/install-pear.php
-@@ -167,6 +167,7 @@ foreach ($install_files as $package => $
- }
- } else {
- $options['nodeps'] = true;
-+ $options['force'] = $force;
- $installer->setOptions($options);
- $dp = array(&$downloaderpackage);
- $installer->setDownloadedPackages($dp);