diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-12-26 12:50:25 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-12-26 12:50:25 +0000 |
commit | a00997245d4d5490006ca707fdbaeaf62255aa72 (patch) | |
tree | 4ea471532339c4bab3c3bc6da98a8a0f54dcedfa /net-libs | |
parent | oggvorbis Cleanup (diff) | |
download | historical-a00997245d4d5490006ca707fdbaeaf62255aa72.tar.gz historical-a00997245d4d5490006ca707fdbaeaf62255aa72.tar.bz2 historical-a00997245d4d5490006ca707fdbaeaf62255aa72.zip |
Fix compilation error on 64-bit arches (#116704)
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/wvstreams/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/wvstreams/Manifest | 11 | ||||
-rw-r--r-- | net-libs/wvstreams/files/wvstreams-4.2.1-ptr2int-cast.patch | 11 | ||||
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.2.1.ebuild | 3 |
4 files changed, 24 insertions, 7 deletions
diff --git a/net-libs/wvstreams/ChangeLog b/net-libs/wvstreams/ChangeLog index 3f0e38e4fa47..c1db7b993624 100644 --- a/net-libs/wvstreams/ChangeLog +++ b/net-libs/wvstreams/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/wvstreams # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.75 2005/12/24 19:14:22 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.76 2005/12/26 12:50:25 mrness Exp $ + + 26 Dec 2005; Alin Nastac <mrness@gentoo.org> + +files/wvstreams-4.2.1-ptr2int-cast.patch, wvstreams-4.2.1.ebuild: + Fix compilation error on 64-bit arches (#116704). *wvstreams-4.2.1 (24 Dec 2005) diff --git a/net-libs/wvstreams/Manifest b/net-libs/wvstreams/Manifest index af9a5a55dd56..92289310efad 100644 --- a/net-libs/wvstreams/Manifest +++ b/net-libs/wvstreams/Manifest @@ -2,9 +2,9 @@ Hash: SHA1 MD5 e6ad89da209df1e31e319fb9133a5d5c wvstreams-4.0.2-r2.ebuild 2598 -MD5 0e03241b00bb6182f776bc336d1e4755 wvstreams-4.2.1.ebuild 2433 +MD5 0f394a505a2cd861ac48238d43803e02 wvstreams-4.2.1.ebuild 2521 MD5 e594922148c5a6f7087f083cf392e55c wvstreams-4.0.2-r1.ebuild 2558 -MD5 7ad8d90f51029182dfd4708c548a8870 ChangeLog 11560 +MD5 b65d76f01c678e095888de0f7f5ce848 ChangeLog 11729 MD5 227de7f678ad662524292836709de75f metadata.xml 313 MD5 ea4c5b90b703bcd05c3629093614f433 files/wvstreams-4.2.1-gcc41.patch 482 MD5 16733d2b49133ec4fd75fa7dbca890ea files/wvstreams-4.0.2-MOC-fix.patch 479 @@ -20,12 +20,13 @@ MD5 b65b1449a0bc6ff06e8c843b37717f05 files/wvstreams-4.0.2-speex-const.patch 951 MD5 62675720135a871a7332b3a924a6c0f9 files/wvstreams-4.2.1-wireless-user.patch 466 MD5 fe54c7dbb4770aad4ef9a5dcb44106ec files/wvstreams-4.2.1-linux-serial.patch 1649 MD5 0b5b1b03e323747aa3ce30492fe18cc1 files/wvstreams-4.0.2-tcl_8_4.patch 1022 +MD5 b44c2e240e03736bc5acc41ce7069455 files/wvstreams-4.2.1-ptr2int-cast.patch 356 MD5 6448ad9ded98b10b600e0b3386d2c4bf files/wvstreams-4.0.2-gcc41.patch 698 MD5 189d6997246f2943d43b5c18d0a78163 files/wvstreams-4.0.2-external-xplc.patch 1659 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDrZ4tNSP4Vda7IdsRAvgZAJ4uC1OsDjEAe00NNaiEel+CwOEZjwCghrhq -pTOMD+Et4qe28DuoWYUyeP4= -=Tdov +iD8DBQFDr+chNSP4Vda7IdsRAgrYAJ9dEvOaxCsvWNlIcWOkD/I2PslULACfZw0l +0JsuGTCsbEnKtR084ioLFZA= +=srrt -----END PGP SIGNATURE----- diff --git a/net-libs/wvstreams/files/wvstreams-4.2.1-ptr2int-cast.patch b/net-libs/wvstreams/files/wvstreams-4.2.1-ptr2int-cast.patch new file mode 100644 index 000000000000..7faf9441f4a5 --- /dev/null +++ b/net-libs/wvstreams/files/wvstreams-4.2.1-ptr2int-cast.patch @@ -0,0 +1,11 @@ +diff -Nru wvstreams-4.2.1.orig/utils/wvhash.cc wvstreams-4.2.1/utils/wvhash.cc +--- wvstreams-4.2.1.orig/utils/wvhash.cc 2005-11-17 22:45:07.000000000 +0200 ++++ wvstreams-4.2.1/utils/wvhash.cc 2005-12-26 14:31:40.882751000 +0200 +@@ -30,6 +30,6 @@ + + unsigned WvHash(const void *p) + { +- return reinterpret_cast<unsigned>(p); ++ return (unsigned)p; + } + diff --git a/net-libs/wvstreams/wvstreams-4.2.1.ebuild b/net-libs/wvstreams/wvstreams-4.2.1.ebuild index 5659f6359493..66e2f3a23ea5 100644 --- a/net-libs/wvstreams/wvstreams-4.2.1.ebuild +++ b/net-libs/wvstreams/wvstreams-4.2.1.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.2.1.ebuild,v 1.1 2005/12/24 19:14:22 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.2.1.ebuild,v 1.2 2005/12/26 12:50:25 mrness Exp $ inherit eutils autotools @@ -33,6 +33,7 @@ src_unpack() { unpack ${A} epatch ${FILESDIR}/${P}-gcc41.patch + epatch ${FILESDIR}/${P}-ptr2int-cast.patch #fix compilation error on non-32-bit arches epatch ${FILESDIR}/${P}-linux-serial.patch epatch ${FILESDIR}/${P}-wireless-user.patch |