diff options
author | Stefan Jones <cretin@gentoo.org> | 2003-07-12 11:37:22 +0000 |
---|---|---|
committer | Stefan Jones <cretin@gentoo.org> | 2003-07-12 11:37:22 +0000 |
commit | 74c76dec401c02522e2ccd981bb4ae5fbe0681ff (patch) | |
tree | 9149e291ecc05ad1c0f2ebb51aeef20941ee0584 /app-emulation/winex-cvs | |
parent | Change note about rebuilder.sh to revdep-rebuild. (diff) | |
download | gentoo-2-74c76dec401c02522e2ccd981bb4ae5fbe0681ff.tar.gz gentoo-2-74c76dec401c02522e2ccd981bb4ae5fbe0681ff.tar.bz2 gentoo-2-74c76dec401c02522e2ccd981bb4ae5fbe0681ff.zip |
Modified Files:
ChangeLog Manifest winex-cvs-3.1.ebuild
files/digest-winex-cvs-3.1
Fix for nptl
Diffstat (limited to 'app-emulation/winex-cvs')
-rw-r--r-- | app-emulation/winex-cvs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/winex-cvs/Manifest | 15 | ||||
-rw-r--r-- | app-emulation/winex-cvs/winex-cvs-3.1.ebuild | 7 |
3 files changed, 17 insertions, 10 deletions
diff --git a/app-emulation/winex-cvs/ChangeLog b/app-emulation/winex-cvs/ChangeLog index 51b65dea0156..7bc2aaa799ab 100644 --- a/app-emulation/winex-cvs/ChangeLog +++ b/app-emulation/winex-cvs/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-emulation/winex-cvs # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/ChangeLog,v 1.15 2003/07/02 23:05:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/ChangeLog,v 1.16 2003/07/12 11:37:22 cretin Exp $ *winex-cvs-3.1 (24 Jun 2003) + 12 Jul 2003; Stefan Jones <cretin@gentoo.org> : + Addded --enable-pthreads for nptl threads + 02 Jul 2003; Svyatogor <svyatogor@gentoo.org> : Added threaded perl fix. diff --git a/app-emulation/winex-cvs/Manifest b/app-emulation/winex-cvs/Manifest index c8ac4a3a21bb..457bf74432a7 100644 --- a/app-emulation/winex-cvs/Manifest +++ b/app-emulation/winex-cvs/Manifest @@ -1,11 +1,12 @@ -MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-winex-cvs-3.0 0 -MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-winex-cvs-3.1 0 -MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-winex-cvs-2.2.1 0 +MD5 f3a11a5a45757d93c0df7335e7d042d4 winex-cvs-3.1.ebuild 4631 +MD5 a72aff1af2fed78b4d9bfd663f2bb1b4 winex-cvs-2.2.1.ebuild 4012 +MD5 9479c013a2ef1ad461594f972237a543 winex-cvs-3.0.ebuild 4277 +MD5 1ca9a1372cf9694b0c6b9b453c96c2de ChangeLog 4982 +MD5 6e817c3f6b82338028366853fddccf5f metadata.xml 157 MD5 dcdbcea3b1e30203a037de864aee829d files/winex-cvs-fake_windows.tar.bz2 546 MD5 6b63a4e1f7384c6dbb53e53f09198665 files/winex-cvs-regedit 516 MD5 a0f00bd1db2d0bc928d3845f4aac078a files/winex-cvs-winex 1244 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-winex-cvs-3.0 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-winex-cvs-3.1 0 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-winex-cvs-2.2.1 0 MD5 190b622ae744fb68561764ce1b2d9f1d files/winex-cvs-3.0_pre1.patch 287 -MD5 9479c013a2ef1ad461594f972237a543 winex-cvs-3.0.ebuild 4277 -MD5 2910e63f6bed83b9b3a633a6e1d34b57 winex-cvs-3.1.ebuild 4556 -MD5 a72aff1af2fed78b4d9bfd663f2bb1b4 winex-cvs-2.2.1.ebuild 4012 -MD5 1422747ff4dbc5c2599552a9e075c322 ChangeLog 4887 diff --git a/app-emulation/winex-cvs/winex-cvs-3.1.ebuild b/app-emulation/winex-cvs/winex-cvs-3.1.ebuild index 2da138a10050..155cdbd18b4b 100644 --- a/app-emulation/winex-cvs/winex-cvs-3.1.ebuild +++ b/app-emulation/winex-cvs/winex-cvs-3.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/winex-cvs-3.1.ebuild,v 1.2 2003/07/02 23:05:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/winex-cvs-3.1.ebuild,v 1.3 2003/07/12 11:37:22 cretin Exp $ -IUSE="cups opengl" +IUSE="cups opengl nptl" inherit eutils @@ -65,6 +65,9 @@ src_compile() { use opengl && myconf="--enable-opengl" || myconf="--disable-opengl" [ -z $DEBUG ] && myconf="$myconf --disable-trace --disable-debug" || myconf="$myconf --enable-trace --enable-debug" + # for nptl threads + use nptl && myconf="$myconf --enable-pthreads" + # patching winex to not compile wcmd epatch ${FILESDIR}/winex-cvs-3.0_pre1.patch |