diff options
author | Tilman Klar <phoenix@gentoo.org> | 2003-04-01 18:10:12 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2003-04-01 18:10:12 +0000 |
commit | 9d836ad2e8d8f74c3f5d216606a053f9064e064b (patch) | |
tree | 76a6f2fcba42b577ec7874462da46908e006e3ef /app-emulation/wine | |
parent | Initial import (diff) | |
download | historical-9d836ad2e8d8f74c3f5d216606a053f9064e064b.tar.gz historical-9d836ad2e8d8f74c3f5d216606a053f9064e064b.tar.bz2 historical-9d836ad2e8d8f74c3f5d216606a053f9064e064b.zip |
Replaced 'export C{XX}FLAGS=""' with 'unset CFLAGS CXXFLAGS' (bug #17986)
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/wine/wine-20020804.ebuild | 9 | ||||
-rw-r--r-- | app-emulation/wine/wine-20020904-r1.ebuild | 7 | ||||
-rw-r--r-- | app-emulation/wine/wine-20020904.ebuild | 7 | ||||
-rw-r--r-- | app-emulation/wine/wine-20021007.ebuild | 7 | ||||
-rw-r--r-- | app-emulation/wine/wine-20021031.ebuild | 9 | ||||
-rw-r--r-- | app-emulation/wine/wine-20021125.ebuild | 7 | ||||
-rw-r--r-- | app-emulation/wine/wine-20030115.ebuild | 9 | ||||
-rw-r--r-- | app-emulation/wine/wine-20030219.ebuild | 7 |
9 files changed, 32 insertions, 36 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index cc381b40be8d..a8d8b4845f4f 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/wine # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.30 2003/02/27 15:42:36 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.31 2003/04/01 18:09:22 phoenix Exp $ + + 01 Apr 2003; phoen][x <phoenix@gentoo.org> *.ebuild : + Replaced 'export C{XX}FLAGS=""' with 'unset CFLAGS CXXFLAGS'. + Read bug #17986 for additional information about this. *wine-20030219 (27 Feb 2003) diff --git a/app-emulation/wine/wine-20020804.ebuild b/app-emulation/wine/wine-20020804.ebuild index 35685f8b6d0c..5cd5337b3535 100644 --- a/app-emulation/wine/wine-20020804.ebuild +++ b/app-emulation/wine/wine-20020804.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20020804.ebuild,v 1.9 2003/02/28 23:27:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20020804.ebuild,v 1.10 2003/04/01 18:09:22 phoenix Exp $ DESCRIPTION="free implementation of Windows on Unix" SRC_URI="ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-${PV}.tar.gz" @@ -33,10 +33,9 @@ src_compile() { [ -z $DEBUG ] && myconf="$myconf --disable-trace --disable-debug" || myconf="$myconf --enable-trace --enable-debug" # there's no configure flag for cups, arts and alsa, it's supposed to be autodetected - # the folks at #winehq were really angry about custom optimization - export CFLAGS="" - export CXXFLAGS="" - + # use the default setting in ./configure over the /etc/make.conf setting + unset CFLAGS CXXFLAGS + ./configure --prefix=/usr/lib/wine \ --sysconfdir=/etc/wine \ --host=${CHOST} \ diff --git a/app-emulation/wine/wine-20020904-r1.ebuild b/app-emulation/wine/wine-20020904-r1.ebuild index f0e8df6377b0..d81ae52cbbc5 100644 --- a/app-emulation/wine/wine-20020904-r1.ebuild +++ b/app-emulation/wine/wine-20020904-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20020904-r1.ebuild,v 1.8 2003/02/28 23:27:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20020904-r1.ebuild,v 1.9 2003/04/01 18:09:22 phoenix Exp $ DESCRIPTION="free implementation of Windows on Unix" SRC_URI="ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-${PV}.tar.gz" @@ -31,9 +31,8 @@ src_compile() { [ -z $DEBUG ] && myconf="$myconf --disable-trace --disable-debug" || myconf="$myconf --enable-trace --enable-debug" # there's no configure flag for cups, arts, alsa and nas, it's supposed to be autodetected - # the folks at #winehq were really angry about custom optimization - export CFLAGS="" - export CXXFLAGS="" + # use the default setting in ./configure over the /etc/make.conf setting + unset CFLAGS CXXFLAGS ./configure --prefix=/usr/lib/wine \ --sysconfdir=/etc/wine \ diff --git a/app-emulation/wine/wine-20020904.ebuild b/app-emulation/wine/wine-20020904.ebuild index d811bdacc50a..78c8ae29ea99 100644 --- a/app-emulation/wine/wine-20020904.ebuild +++ b/app-emulation/wine/wine-20020904.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20020904.ebuild,v 1.7 2003/02/28 23:27:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20020904.ebuild,v 1.8 2003/04/01 18:09:22 phoenix Exp $ DESCRIPTION="free implementation of Windows on Unix" SRC_URI="ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-${PV}.tar.gz" @@ -31,9 +31,8 @@ src_compile() { [ -z $DEBUG ] && myconf="$myconf --disable-trace --disable-debug" || myconf="$myconf --enable-trace --enable-debug" # there's no configure flag for cups, arts, alsa and nas, it's supposed to be autodetected - # the folks at #winehq were really angry about custom optimization - export CFLAGS="" - export CXXFLAGS="" + # use the default setting in ./configure over the /etc/make.conf setting + unset CFLAGS CXXFLAGS ./configure --prefix=/usr/lib/wine \ --sysconfdir=/etc/wine \ diff --git a/app-emulation/wine/wine-20021007.ebuild b/app-emulation/wine/wine-20021007.ebuild index fb65c94e43ca..11d459b18d94 100644 --- a/app-emulation/wine/wine-20021007.ebuild +++ b/app-emulation/wine/wine-20021007.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20021007.ebuild,v 1.8 2003/02/28 23:27:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20021007.ebuild,v 1.9 2003/04/01 18:09:22 phoenix Exp $ DESCRIPTION="free implementation of Windows(tm) on Unix" SRC_URI="ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-${PV}.tar.gz" @@ -32,9 +32,8 @@ src_compile() { [ -z $DEBUG ] && myconf="$myconf --disable-trace --disable-debug" || myconf="$myconf --enable-trace --enable-debug" # there's no configure flag for cups, arts, alsa and nas, it's supposed to be autodetected - # the folks at #winehq were really angry about custom optimization - export CFLAGS="" - export CXXFLAGS="" + # use the default setting in ./configure over the /etc/make.conf setting + unset CFLAGS CXXFLAGS ./configure --prefix=/usr/lib/wine \ --sysconfdir=/etc/wine \ diff --git a/app-emulation/wine/wine-20021031.ebuild b/app-emulation/wine/wine-20021031.ebuild index 2baa5116ddc4..a94d999c170a 100644 --- a/app-emulation/wine/wine-20021031.ebuild +++ b/app-emulation/wine/wine-20021031.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20021031.ebuild,v 1.5 2003/02/28 23:27:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20021031.ebuild,v 1.6 2003/04/01 18:09:22 phoenix Exp $ DESCRIPTION="free implementation of Windows(tm) on Unix" SRC_URI="ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-${PV}.tar.gz" @@ -31,10 +31,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" # there's no configure flag for cups, arts, alsa and nas, it's supposed to be autodetected - - # the folks at #winehq were really angry about custom optimization - export CFLAGS="" - export CXXFLAGS="" + + # use the default setting in ./configure over the /etc/make.conf setting + unset CFLAGS CXXFLAGS ./configure --prefix=/usr/lib/wine \ --sysconfdir=/etc/wine \ diff --git a/app-emulation/wine/wine-20021125.ebuild b/app-emulation/wine/wine-20021125.ebuild index f8ef5a400377..7ce4a252bfb5 100644 --- a/app-emulation/wine/wine-20021125.ebuild +++ b/app-emulation/wine/wine-20021125.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20021125.ebuild,v 1.5 2003/02/28 23:27:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20021125.ebuild,v 1.6 2003/04/01 18:09:22 phoenix Exp $ DESCRIPTION="free implementation of Windows(tm) on Unix" SRC_URI="ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-${PV}.tar.gz" @@ -33,9 +33,8 @@ src_compile() { [ -z $DEBUG ] && myconf="$myconf --disable-trace --disable-debug" || myconf="$myconf --enable-trace --enable-debug" # there's no configure flag for cups, arts, alsa and nas, it's supposed to be autodetected - # the folks at #winehq were really angry about custom optimization - export CFLAGS="" - export CXXFLAGS="" + # use the default setting in ./configure over the /etc/make.conf setting + unset CFLAGS CXXFLAGS ./configure --prefix=/usr/lib/wine \ --sysconfdir=/etc/wine \ diff --git a/app-emulation/wine/wine-20030115.ebuild b/app-emulation/wine/wine-20030115.ebuild index 28d077bd7eb3..8a2a653ac0f5 100644 --- a/app-emulation/wine/wine-20030115.ebuild +++ b/app-emulation/wine/wine-20030115.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20030115.ebuild,v 1.4 2003/02/28 23:27:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20030115.ebuild,v 1.5 2003/04/01 18:09:22 phoenix Exp $ DESCRIPTION="free implementation of Windows(tm) on Unix" SRC_URI="ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-${PV}.tar.gz" @@ -33,10 +33,9 @@ src_compile() { [ -z $DEBUG ] && myconf="$myconf --disable-trace --disable-debug" || myconf="$myconf --enable-trace --enable-debug" # there's no configure flag for cups, arts, alsa and nas, it's supposed to be autodetected - # the folks at #winehq were really angry about custom optimization - export CFLAGS="" - export CXXFLAGS="" - + # use the default setting in ./configure over the /etc/make.conf setting + unset CFLAGS CXXFLAGS + ./configure --prefix=/usr/lib/wine \ --sysconfdir=/etc/wine \ --host=${CHOST} \ diff --git a/app-emulation/wine/wine-20030219.ebuild b/app-emulation/wine/wine-20030219.ebuild index a3c7bd272a50..a33432f8140a 100644 --- a/app-emulation/wine/wine-20030219.ebuild +++ b/app-emulation/wine/wine-20030219.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20030219.ebuild,v 1.2 2003/02/28 23:27:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20030219.ebuild,v 1.3 2003/04/01 18:09:22 phoenix Exp $ DESCRIPTION="free implementation of Windows(tm) on Unix" SRC_URI="ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-${PV}.tar.gz" @@ -33,9 +33,8 @@ src_compile() { [ -z $DEBUG ] && myconf="$myconf --disable-trace --disable-debug" || myconf="$myconf --enable-trace --enable-debug" # there's no configure flag for cups, arts, alsa and nas, it's supposed to be autodetected - # the folks at #winehq were really angry about custom optimization - export CFLAGS="" - export CXXFLAGS="" + # use the default setting in ./configure over the /etc/make.conf setting + unset CFLAGS CXXFLAGS ./configure --prefix=/usr/lib/wine \ --sysconfdir=/etc/wine \ |