summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2004-11-08 23:44:38 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2004-11-08 23:44:38 +0000
commit680d4c84f63d18f47c6b0fc2ce991bdb3370711e (patch)
tree3947348f28c6be500f8453adcdec0129a7ab7dff /dev-libs/fcgi
parentFix gcc-2.95 compilation. Closes bug #70076. Thanks go to Matt Taylor <liverb... (diff)
downloadhistorical-680d4c84f63d18f47c6b0fc2ce991bdb3370711e.tar.gz
historical-680d4c84f63d18f47c6b0fc2ce991bdb3370711e.tar.bz2
historical-680d4c84f63d18f47c6b0fc2ce991bdb3370711e.zip
*** empty log message ***
Diffstat (limited to 'dev-libs/fcgi')
-rw-r--r--dev-libs/fcgi/ChangeLog5
-rw-r--r--dev-libs/fcgi/fcgi-2.4.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/fcgi/ChangeLog b/dev-libs/fcgi/ChangeLog
index aee716d7e800..71b1dd92f211 100644
--- a/dev-libs/fcgi/ChangeLog
+++ b/dev-libs/fcgi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/fcgi
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/ChangeLog,v 1.6 2004/09/02 13:28:33 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/ChangeLog,v 1.7 2004/11/08 23:44:38 mkennedy Exp $
+
+ 08 Nov 2004; Matthew Kenendy <mkennedy@gentoo.org> fcgi-2.4.0.ebuild:
+ Resolves Bug #60956 C++ support not installed.
02 Sep 2004; David Holm <dholm@gentoo.org> fcgi-2.4.0.ebuild:
Added to ~ppc.
diff --git a/dev-libs/fcgi/fcgi-2.4.0.ebuild b/dev-libs/fcgi/fcgi-2.4.0.ebuild
index fe9a0b4fb41e..961a371d3c79 100644
--- a/dev-libs/fcgi/fcgi-2.4.0.ebuild
+++ b/dev-libs/fcgi/fcgi-2.4.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.0.ebuild,v 1.8 2004/09/02 13:28:33 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.0.ebuild,v 1.9 2004/11/08 23:44:38 mkennedy Exp $
DESCRIPTION="FastCGI Developer's Kit"
HOMEPAGE="http://www.fastcgi.com/"
-SRC_URI="HTTP://www.fastcgi.com/dist/${P}.tar.gz"
+SRC_URI="http://www.fastcgi.com/dist/${P}.tar.gz"
LICENSE="FastCGI"
SLOT="0"
KEYWORDS="x86 ~ppc"
@@ -22,7 +22,7 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR=${D} install LIBRARY_PATH=${D}/usr/lib || die
dodoc LICENSE.TERMS README
mv doc/*.[13] . && doman *.[13]
dohtml doc/*