From bb993217621c77ee725c3c1d592be37fd9eea6e7 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Thu, 8 Jan 2004 22:04:10 +0000 Subject: fix bug #37623 in a different way --- eclass/php-sapi.eclass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'eclass/php-sapi.eclass') diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass index 483a371a9122..c5ca8a086004 100644 --- a/eclass/php-sapi.eclass +++ b/eclass/php-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.3 2004/01/08 07:23:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.4 2004/01/08 22:04:10 robbat2 Exp $ # Author: Robin H. Johnson inherit eutils flag-o-matic @@ -217,6 +217,9 @@ php-sapi_src_unpack() { # we keep a backup of it as we need it at the end of the install #cp pear/PEAR/Registry.php pear/PEAR/Registry.old #sed -e "s:\$pear_install_dir\.:\'${D}/usr/lib/php/\' . :g" -i pear/PEAR/Registry.php + + sed -e 's|include/postgresql|include/postgresql include/postgresql/pgsql|g' -i configure + } -- cgit v1.2.3-65-gdbad