diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-04-04 21:05:27 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-04-04 21:05:27 +0000 |
commit | 1b15c8ca60f3f7312a7da7c459d54ba808169a1a (patch) | |
tree | 4c8a8c7df2fd92a7f4711994d0b4827f99019a0e /net-libs/wvstreams/wvstreams-4.0.2.ebuild | |
parent | Enabled gnustep USE since it's ready (diff) | |
download | gentoo-2-1b15c8ca60f3f7312a7da7c459d54ba808169a1a.tar.gz gentoo-2-1b15c8ca60f3f7312a7da7c459d54ba808169a1a.tar.bz2 gentoo-2-1b15c8ca60f3f7312a7da7c459d54ba808169a1a.zip |
__user declaration (#76943)
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-libs/wvstreams/wvstreams-4.0.2.ebuild')
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.0.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/wvstreams/wvstreams-4.0.2.ebuild b/net-libs/wvstreams/wvstreams-4.0.2.ebuild index cddf95f3b8c8..277283e9f74d 100644 --- a/net-libs/wvstreams/wvstreams-4.0.2.ebuild +++ b/net-libs/wvstreams/wvstreams-4.0.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-libs/wvstreams/wvstreams-4.0.2.ebuild,v 1.3 2005/04/03 05:48:54 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.0.2.ebuild,v 1.4 2005/04/04 21:05:26 mrness Exp $ inherit eutils @@ -39,6 +39,7 @@ src_unpack() { unpack ${A} ; cd ${S} epatch ${FILESDIR}/${P}-linux-serial.patch + epatch ${FILESDIR}/${P}-wireless-user.patch epatch ${FILESDIR}/${P}-speex-const.patch if useq tcltk; then |