diff options
author | Alin Năstac <mrness@gentoo.org> | 2004-12-08 18:12:18 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2004-12-08 18:12:18 +0000 |
commit | 9bae68ee81a962dffdcc3a8116667139180edb7e (patch) | |
tree | ded2eadb330e98f6066fe44216491671daee3d3b /net-libs | |
parent | add --enable-xplc to configure params (Manifest recommit) (diff) | |
download | gentoo-2-9bae68ee81a962dffdcc3a8116667139180edb7e.tar.gz gentoo-2-9bae68ee81a962dffdcc3a8116667139180edb7e.tar.bz2 gentoo-2-9bae68ee81a962dffdcc3a8116667139180edb7e.zip |
add --enable-xplc to configure params
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/wvstreams/wvstreams-4.0-r1.ebuild b/net-libs/wvstreams/wvstreams-4.0-r1.ebuild index b4ecfc45b258..7b11d6d7fa7c 100644 --- a/net-libs/wvstreams/wvstreams-4.0-r1.ebuild +++ b/net-libs/wvstreams/wvstreams-4.0-r1.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-r1.ebuild,v 1.1 2004/12/08 17:15:45 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.0-r1.ebuild,v 1.2 2004/12/08 18:12:18 mrness Exp $ inherit eutils @@ -60,6 +60,7 @@ src_compile() { --with-bdb \ --with-openssl \ --with-zlib \ + --with-xplc \ || die "configure failed" emake CXXOPTS="-fPIC -DPIC" COPTS="-fPIC -DPIC" || die "compile failed" use doc && doxygen |