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 | 090248f01f7f7659aa6771e9410d7b77e5fe8479 (patch) | |
tree | 554bb50915f0bc0ed5684e3cb64ca3f508e0a827 /net-libs/wvstreams | |
parent | add --enable-xplc to configure params (diff) | |
download | historical-090248f01f7f7659aa6771e9410d7b77e5fe8479.tar.gz historical-090248f01f7f7659aa6771e9410d7b77e5fe8479.tar.bz2 historical-090248f01f7f7659aa6771e9410d7b77e5fe8479.zip |
add --enable-xplc to configure params
Diffstat (limited to 'net-libs/wvstreams')
-rw-r--r-- | net-libs/wvstreams/Manifest | 8 | ||||
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.0-r1.ebuild | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net-libs/wvstreams/Manifest b/net-libs/wvstreams/Manifest index 7f559cdafb34..525332ca2a66 100644 --- a/net-libs/wvstreams/Manifest +++ b/net-libs/wvstreams/Manifest @@ -8,7 +8,7 @@ MD5 76eee65ed9ee7babf51f46e167d82bc1 wvstreams-3.75.ebuild 1736 MD5 4ac90373143f90a1bddea60711f40568 wvstreams-3.75-r1.ebuild 1808 MD5 32456871fa203363eaa06cf51c12ada1 wvstreams-4.0.ebuild 1654 MD5 7c8d69f73480b56621770449d11a2e17 metadata.xml 235 -MD5 cf234f97ef7c59b20613c4a508d2e681 wvstreams-4.0-r1.ebuild 1858 +MD5 8f849e28195d787356978ee7de4161ff wvstreams-4.0-r1.ebuild 1874 MD5 dab468062cf36e0e81e72fb2a59299e0 files/3.70-gcc3.patch 3171 MD5 5d649f23e7b31fb9224bace4c35bcf3e files/3.70-openssl.patch 470 MD5 f2058097f693e07dadf248b1a3319db3 files/digest-wvstreams-3.70-r2 66 @@ -29,7 +29,7 @@ MD5 7c5ceff9d19db13318a9c8c6de08e7ef files/digest-wvstreams-4.0-r1 66 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBtzbMjtv59x0+BrURArYtAJ97Wo5/eVctNjfvVQsWYblvdedfXwCfUQtG -3KSVDA7JxIIqX1ez92VlSBA= -=aNkY +iD8DBQFBt0QMjtv59x0+BrURArc6AKD8jBU7ViCsPbXNAqvdBJO6iJ84TQCgoP+d +IeuzqfMmcKFqWYFl9rWtZ/I= +=Ej5d -----END PGP SIGNATURE----- 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 |