diff options
Diffstat (limited to 'net-libs/wvstreams/wvstreams-4.0.ebuild')
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/wvstreams/wvstreams-4.0.ebuild b/net-libs/wvstreams/wvstreams-4.0.ebuild index c4da5de42bb7..0f62a45a6608 100644 --- a/net-libs/wvstreams/wvstreams-4.0.ebuild +++ b/net-libs/wvstreams/wvstreams-4.0.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/net-libs/wvstreams/wvstreams-4.0.ebuild,v 1.3 2004/11/21 17:27:07 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.0.ebuild,v 1.4 2004/11/22 23:38:47 gmsoft Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://people.nit.ca/~sfllaw/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~alpha ~amd64 -hppa ~ppc" +KEYWORDS="~x86 ~sparc ~alpha ~amd64 ~hppa ~ppc" IUSE="gtk qt oggvorbis speex fam gdbm pam fftw tcltk" RDEPEND="gtk? ( >=x11-libs/gtk+-2.2.0 ) @@ -61,7 +61,7 @@ src_compile() { --with-openssl \ --with-zlib \ || die - make || die "compile failed" + make CXXOPTS="-fPIC -DPIC" COPTS="-fPIC -DPIC" || die "compile failed" } src_install() { |