diff options
-rw-r--r-- | app-emulation/winex/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/winex/winex-20020804.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/winex/ChangeLog b/app-emulation/winex/ChangeLog index 6926f2890463..170b9de26d78 100644 --- a/app-emulation/winex/ChangeLog +++ b/app-emulation/winex/ChangeLog @@ -1,10 +1,14 @@ # ChangeLog for app-emulation/wine # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/ChangeLog,v 1.4 2002/08/04 13:33:27 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/ChangeLog,v 1.5 2002/08/04 18:32:54 phoenix Exp $ *winex-20020804 (04 Aug 2002) + 04 Aug 2002; phoen][x <phoenix@gentoo.org> winex-20020804.ebuild : + Fixed the install location of generic.ppd and system.ini. + They go to /usr/lib/winex/.data/fake_windows/Windows now. + 04 Aug 2002; phoen][x <phoenix@gentoo.org> winex-20020804.ebuild, files/digest-winex-20020804, files/winex-20020804-config, files/winex-20020804-winex : diff --git a/app-emulation/winex/winex-20020804.ebuild b/app-emulation/winex/winex-20020804.ebuild index b6d1126dc893..ef5946ffb4a6 100644 --- a/app-emulation/winex/winex-20020804.ebuild +++ b/app-emulation/winex/winex-20020804.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020804.ebuild,v 1.1 2002/08/04 13:33:27 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020804.ebuild,v 1.2 2002/08/04 18:32:54 phoenix Exp $ S=${WORKDIR}/wine DESCRIPTION="WineX is a distribution of Wine with enhanced DirectX for gaming" @@ -33,8 +33,8 @@ src_compile() { [ -z $DEBUG ] && myconf="$myconf --disable-trace --disable-debug" || myconf="$myconf --enable-trace --enable-debug" # the folks at #winehq were really angry about custom optimization - export CFLAGS="" - export CXXFLAGS="" + unset CFLAGS="" + unset CXXFLAGS="" ./configure --prefix=/usr/lib/winex \ --sysconfdir=/etc/winex \ @@ -81,7 +81,7 @@ src_install () { cd ${S} dodoc ANNOUNCE AUTHORS BUGS ChangeLog DEVELOPERS-HINTS LICENSE README - insinto /usr/lib/winex/.data + insinto /usr/lib/winex/.data/fake_windows/Windows doins documentation/samples/system.ini doins documentation/samples/generic.ppd |