aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-PEAR/files/patch-scripts::pearcmd.php
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pear-PEAR/files/patch-scripts::pearcmd.php')
-rw-r--r--devel/pear-PEAR/files/patch-scripts::pearcmd.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/pear-PEAR/files/patch-scripts::pearcmd.php b/devel/pear-PEAR/files/patch-scripts::pearcmd.php
deleted file mode 100644
index 1d0c6d7f62a9..000000000000
--- a/devel/pear-PEAR/files/patch-scripts::pearcmd.php
+++ /dev/null
@@ -1,19 +0,0 @@
---- scripts/pearcmd.php.orig Sun Nov 6 21:17:11 2005
-+++ scripts/pearcmd.php Sun Nov 6 21:19:20 2005
-@@ -1,3 +1,4 @@
-+#!@php_bin@ -nq
- <?php
- //
- // +----------------------------------------------------------------------+
-@@ -29,8 +30,10 @@
- /**
- * @nodep Gtk
- */
-+dl('pcre.so');
-+dl('xml.so');
- if ('@include_path@' != '@'.'include_path'.'@') {
-- ini_set('include_path', '@include_path@');
-+ ini_set('include_path', '@include_path@:@include_path@/bootstrap');
- $raw = false;
- } else {
- // this is a raw, uninstalled pear, either a cvs checkout, or php distro