diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-14 00:24:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-14 00:24:46 +0000 |
commit | f336474c9df3598f37b823a35fac7aa789d11bd1 (patch) | |
tree | 878f019e625c767fc79817d83a03ab41f9639733 /net-misc | |
parent | version bump to close #95282, cleanup (diff) | |
download | gentoo-2-f336474c9df3598f37b823a35fac7aa789d11bd1.tar.gz gentoo-2-f336474c9df3598f37b823a35fac7aa789d11bd1.tar.bz2 gentoo-2-f336474c9df3598f37b823a35fac7aa789d11bd1.zip |
epunt_cxx love
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/curl/curl-7.13.2.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net-misc/curl/curl-7.13.2.ebuild b/net-misc/curl/curl-7.13.2.ebuild index 09200def544a..35320079112d 100644 --- a/net-misc/curl/curl-7.13.2.ebuild +++ b/net-misc/curl/curl-7.13.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.13.2.ebuild,v 1.1 2005/04/27 14:45:45 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.13.2.ebuild,v 1.2 2005/06/14 00:24:46 vapier Exp $ # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! @@ -35,6 +35,11 @@ _curl_has_old_ver() { fi } +src_unpack() { + unpack ${A} + epunt_cxx +} + src_compile() { myconf="$(use_enable ldap) |