diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-10-17 22:19:17 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-10-17 22:19:17 +0000 |
commit | cdc6204528ba582fa8bd6c6fe0cf0d8b4f35103d (patch) | |
tree | 24d8f3afdf84021906999c5af4ef170bbe8d9c29 /dev-util/guile/guile-1.4.1.ebuild | |
parent | new version on cpan (diff) | |
download | historical-cdc6204528ba582fa8bd6c6fe0cf0d8b4f35103d.tar.gz historical-cdc6204528ba582fa8bd6c6fe0cf0d8b4f35103d.tar.bz2 historical-cdc6204528ba582fa8bd6c6fe0cf0d8b4f35103d.zip |
fix inet_aton issue plus remove old net_db.c from FILESDIR
Diffstat (limited to 'dev-util/guile/guile-1.4.1.ebuild')
-rw-r--r-- | dev-util/guile/guile-1.4.1.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-util/guile/guile-1.4.1.ebuild b/dev-util/guile/guile-1.4.1.ebuild index 660b90f1bbb4..d734050ecee1 100644 --- a/dev-util/guile/guile-1.4.1.ebuild +++ b/dev-util/guile/guile-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/guile-1.4.1.ebuild,v 1.13 2004/08/19 20:44:57 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/guile-1.4.1.ebuild,v 1.14 2004/10/17 22:19:17 liquidx Exp $ inherit flag-o-matic @@ -19,11 +19,6 @@ DEPEND=">=sys-libs/ncurses-5.1 # guile-config breaks with -O3 [ "${ARCH}" == "ppc" ] && replace-flags -O3 -O2 -src_unpack() { - unpack ${A} - cp ${FILESDIR}/net_db.c ${S}/libguile/ -} - src_compile() { econf \ --with-threads \ |