summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-04-28 23:38:19 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-04-28 23:38:19 +0000
commitc41145270abb2741e13d3d309d1726b6842719ed (patch)
tree78cdbf68b36757ab8cdfc30fe1632564de5ce1cb /dev-lang
parentFixes #2185. (diff)
downloadgentoo-2-c41145270abb2741e13d3d309d1726b6842719ed.tar.gz
gentoo-2-c41145270abb2741e13d3d309d1726b6842719ed.tar.bz2
gentoo-2-c41145270abb2741e13d3d309d1726b6842719ed.zip
Reopening bug report
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/php/ChangeLog10
-rw-r--r--dev-lang/php/php-4.1.2-r8.ebuild4
2 files changed, 11 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog
index 9f00bf5a0e87..74161954ac68 100644
--- a/dev-lang/php/ChangeLog
+++ b/dev-lang/php/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for dev-lang/php
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.19 2002/04/27 09:30:58 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.20 2002/04/28 23:38:19 rphillips Exp $
27 Apr 2002; Ryan Phillips <rphillips@gentoo.org> :
@@ -18,6 +18,14 @@
Hmm, and I did not edit the ChangeLog for some reason to say that the mhash
and mcrypt flags are encapsulated by the crypt flag now.
+*php-4.1.2-r8 (28 Apr 2002)
+
+ 27 Apr 2002; Ryan Phillips <rphillips@gentoo.org> php-4.1.2-r7.ebuild :
+
+ For some reason --with-gettext doesn't find the libraries it needs.
+ ./configure --with-gettext from the commandline works fine. Reopening
+ bug report.
+
*php-4.1.2-r8 (27 Apr 2002)
27 Apr 2002; Ryan Phillips <rphillips@gentoo.org> php-4.1.2-r7.ebuild :
diff --git a/dev-lang/php/php-4.1.2-r8.ebuild b/dev-lang/php/php-4.1.2-r8.ebuild
index 484021a0e169..d7b657f408e1 100644
--- a/dev-lang/php/php-4.1.2-r8.ebuild
+++ b/dev-lang/php/php-4.1.2-r8.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Tools Team <tools@gentoo.org>
# Author: Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.1.2-r8.ebuild,v 1.1 2002/04/27 09:26:07 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.1.2-r8.ebuild,v 1.2 2002/04/28 23:38:19 rphillips Exp $
S=${WORKDIR}/${P}
DESCRIPTION="HTML embedded scripting language"
@@ -80,7 +80,7 @@ src_compile() {
myconf="--without-readline --without-t1lib"
use pam && myconf="${myconf} --with-pam"
- use nls && myconf="${myconf} --with-gettext" || myconf="${myconf} --without-gettext"
+ use nls || myconf="${myconf} --without-gettext"
use gdbm && myconf="${myconf} --with-gdbm=/usr"
use berkdb && myconf="${myconf} --with-db3=/usr"
use mysql && myconf="${myconf} --with-mysql=/usr"