summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2002-12-22 23:14:32 +0000
committerMichael Cummings <mcummings@gentoo.org>2002-12-22 23:14:32 +0000
commitd23662a1ff80e872c297af732e3cf0b87d5b2d94 (patch)
tree4fe78657031870e5e24d74c5a955eee13c7fe051 /dev-perl
parentNew version (diff)
downloadhistorical-d23662a1ff80e872c297af732e3cf0b87d5b2d94.tar.gz
historical-d23662a1ff80e872c297af732e3cf0b87d5b2d94.tar.bz2
historical-d23662a1ff80e872c297af732e3cf0b87d5b2d94.zip
fixor
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/libapreq/libapreq-1.0-r3.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/dev-perl/libapreq/libapreq-1.0-r3.ebuild b/dev-perl/libapreq/libapreq-1.0-r3.ebuild
index 8c1ed9576cff..cbeaf89a073e 100644
--- a/dev-perl/libapreq/libapreq-1.0-r3.ebuild
+++ b/dev-perl/libapreq/libapreq-1.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libapreq/libapreq-1.0-r3.ebuild,v 1.1 2002/12/22 22:21:05 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libapreq/libapreq-1.0-r3.ebuild,v 1.2 2002/12/22 23:14:32 mcummings Exp $
inherit perl-post
@@ -20,11 +20,16 @@ mydoc="TODO"
src_compile() {
perl Makefile.PL PREFIX=${D}/usr || die
- make
+ cp Cookie/Makefile Cookie/Makefile.bak
+ cp Request/Makefile Request/Makefile.bak
+ sed -e "s|LD_RUN_PATH = /var/tmp/portage/libapreq-1.0-r3/work/libapreq-1.0/Cookie/|LD_RUN_PATH = |" Cookie/Makefile.bak > Cookie/Makefile
+
+
+ sed -e "s|LD_RUN_PATH = /var/tmp/portage/libapreq-1.0-r3/work/libapreq-1.0/Request/|LD_RUN_PATH = |" Request/Makefile.bak > Request/Makefile
+ make
}
src_install() {
-
make install
}