summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2003-04-01 18:10:12 +0000
committerTilman Klar <phoenix@gentoo.org>2003-04-01 18:10:12 +0000
commitc261713c8c11ea8f8a59ce777dea57346b6e03af (patch)
tree2f0a432422ef0ed8d03c43c7eda0f462ecc33c01 /app-emulation/winex
parentInitial import (diff)
downloadgentoo-2-c261713c8c11ea8f8a59ce777dea57346b6e03af.tar.gz
gentoo-2-c261713c8c11ea8f8a59ce777dea57346b6e03af.tar.bz2
gentoo-2-c261713c8c11ea8f8a59ce777dea57346b6e03af.zip
Replaced 'export C{XX}FLAGS=""' with 'unset CFLAGS CXXFLAGS' (bug #17986)
Diffstat (limited to 'app-emulation/winex')
-rw-r--r--app-emulation/winex/ChangeLog6
-rw-r--r--app-emulation/winex/winex-20020511-r1.ebuild7
-rw-r--r--app-emulation/winex/winex-20020628.ebuild7
-rw-r--r--app-emulation/winex/winex-20020804.ebuild7
-rw-r--r--app-emulation/winex/winex-20020807.ebuild8
-rw-r--r--app-emulation/winex/winex-20021011.ebuild9
-rw-r--r--app-emulation/winex/winex-20021123.ebuild7
-rw-r--r--app-emulation/winex/winex-20030328.ebuild7
8 files changed, 28 insertions, 30 deletions
diff --git a/app-emulation/winex/ChangeLog b/app-emulation/winex/ChangeLog
index 707d4e8b3398..5126faf39dc8 100644
--- a/app-emulation/winex/ChangeLog
+++ b/app-emulation/winex/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/winex
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/ChangeLog,v 1.22 2003/03/28 14:54:44 phoenix Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/ChangeLog,v 1.23 2003/04/01 18:06:58 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.
*winex-20030328 (28 Mar 2003)
diff --git a/app-emulation/winex/winex-20020511-r1.ebuild b/app-emulation/winex/winex-20020511-r1.ebuild
index e2791f3b5354..627ad5bf0e28 100644
--- a/app-emulation/winex/winex-20020511-r1.ebuild
+++ b/app-emulation/winex/winex-20020511-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/winex/winex-20020511-r1.ebuild,v 1.11 2003/02/28 23:30:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020511-r1.ebuild,v 1.12 2003/04/01 18:06:58 phoenix Exp $
DESCRIPTION="distribution of Wine with enhanced DirectX for gaming"
SRC_URI="ftp:/www.ibiblio.org/gentoo/distfiles/${P}.tar.bz2"
@@ -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, 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 \
--exec_prefix=/usr/winex \
diff --git a/app-emulation/winex/winex-20020628.ebuild b/app-emulation/winex/winex-20020628.ebuild
index 884031351e45..ece755a57f2d 100644
--- a/app-emulation/winex/winex-20020628.ebuild
+++ b/app-emulation/winex/winex-20020628.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/winex/winex-20020628.ebuild,v 1.11 2003/02/28 23:30:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020628.ebuild,v 1.12 2003/04/01 18:06:58 phoenix Exp $
DESCRIPTION="distribution of Wine with enhanced DirectX for gaming"
SRC_URI="ftp:/www.ibiblio.org/gentoo/distfiles/${P}.tar.bz2"
@@ -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, 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 \
--exec_prefix=/usr/winex \
diff --git a/app-emulation/winex/winex-20020804.ebuild b/app-emulation/winex/winex-20020804.ebuild
index cfa9157957ad..f14863fb0f53 100644
--- a/app-emulation/winex/winex-20020804.ebuild
+++ b/app-emulation/winex/winex-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/winex/winex-20020804.ebuild,v 1.13 2003/02/28 23:30:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020804.ebuild,v 1.14 2003/04/01 18:06:58 phoenix Exp $
DESCRIPTION="distribution of Wine with enhanced DirectX for gaming"
SRC_URI="mirror://gentoo/${P}.tar.bz2
@@ -35,9 +35,8 @@ src_compile() {
use opengl && myconf="--enable-opengl" || myconf="--disable-opengl"
[ -z $DEBUG ] && myconf="$myconf --disable-trace --disable-debug" || myconf="$myconf --enable-trace --enable-debug"
- # the folks at #winehq were really angry about custom optimization
- unset CFLAGS
- unset CXXFLAGS
+ # use the default setting in ./configure over the /etc/make.conf setting
+ unset CFLAGS CXXFLAGS
./configure --prefix=/usr/lib/winex \
--sysconfdir=/etc/winex \
diff --git a/app-emulation/winex/winex-20020807.ebuild b/app-emulation/winex/winex-20020807.ebuild
index eb8e4516cad4..8bac0d07c923 100644
--- a/app-emulation/winex/winex-20020807.ebuild
+++ b/app-emulation/winex/winex-20020807.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/winex/winex-20020807.ebuild,v 1.10 2003/02/28 23:30:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20020807.ebuild,v 1.11 2003/04/01 18:06:58 phoenix Exp $
DESCRIPTION="distribution of Wine with enhanced DirectX for gaming"
SRC_URI="mirror://gentoo/${P}.tar.bz2
@@ -34,10 +34,10 @@ src_compile() {
use opengl && myconf="--enable-opengl" || myconf="--disable-opengl"
[ -z $DEBUG ] && myconf="$myconf --disable-trace --disable-debug" || myconf="$myconf --enable-trace --enable-debug"
- # the folks at #winehq were really angry about custom optimization
- unset CFLAGS
- unset CXXFLAGS
+ # use the default setting in ./configure over the /etc/make.conf setting
+ unset CFLAGS CXXFLAGS
+
./configure --prefix=/usr/lib/winex \
--sysconfdir=/etc/winex \
--host=${CHOST} \
diff --git a/app-emulation/winex/winex-20021011.ebuild b/app-emulation/winex/winex-20021011.ebuild
index 1ab234a9702c..4567dadcdee6 100644
--- a/app-emulation/winex/winex-20021011.ebuild
+++ b/app-emulation/winex/winex-20021011.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/winex/winex-20021011.ebuild,v 1.10 2003/02/28 23:30:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20021011.ebuild,v 1.11 2003/04/01 18:06:58 phoenix Exp $
DESCRIPTION="distribution of Wine with enhanced DirectX for gaming"
SRC_URI="mirror://gentoo/${P}.tar.bz2
@@ -34,10 +34,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"
- # the folks at #winehq were really angry about custom optimization
- unset CFLAGS
- unset CXXFLAGS
-
+ # use the default setting in ./configure over the /etc/make.conf setting
+ unset CFLAGS CXXFLAGS
+
./configure --prefix=/usr/lib/winex \
--sysconfdir=/etc/winex \
--host=${CHOST} \
diff --git a/app-emulation/winex/winex-20021123.ebuild b/app-emulation/winex/winex-20021123.ebuild
index b0a35efa9437..38df75dda0f5 100644
--- a/app-emulation/winex/winex-20021123.ebuild
+++ b/app-emulation/winex/winex-20021123.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/winex/winex-20021123.ebuild,v 1.7 2003/02/28 23:30:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20021123.ebuild,v 1.8 2003/04/01 18:06:58 phoenix Exp $
inherit base
@@ -44,9 +44,8 @@ src_compile() {
use opengl && myconf="--enable-opengl" || myconf="--disable-opengl"
[ -z $DEBUG ] && myconf="$myconf --disable-trace --disable-debug" || myconf="$myconf --enable-trace --enable-debug"
- # the folks at #winehq were really angry about custom optimization
- unset CFLAGS
- unset CXXFLAGS
+ # use the default setting in ./configure over the /etc/make.conf setting
+ unset CFLAGS CXXFLAGS
./configure --prefix=/usr/lib/winex \
--sysconfdir=/etc/winex \
diff --git a/app-emulation/winex/winex-20030328.ebuild b/app-emulation/winex/winex-20030328.ebuild
index a632c52da01a..b21fc048ac1a 100644
--- a/app-emulation/winex/winex-20030328.ebuild
+++ b/app-emulation/winex/winex-20030328.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/winex/winex-20030328.ebuild,v 1.1 2003/03/28 14:54:44 phoenix Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20030328.ebuild,v 1.2 2003/04/01 18:06:58 phoenix Exp $
inherit base
@@ -44,9 +44,8 @@ src_compile() {
use opengl && myconf="--enable-opengl" || myconf="--disable-opengl"
[ -z $DEBUG ] && myconf="$myconf --disable-trace --disable-debug" || myconf="$myconf --enable-trace --enable-debug"
- # the folks at #winehq were really angry about custom optimization
- unset CFLAGS
- unset CXXFLAGS
+ # use the default setting in ./configure over the /etc/make.conf setting
+ unset CFLAGS CXXFLAGS
# patching winex to not compile wcmd and winhelp
epatch ${FILESDIR}/winex-20030328.patch