diff options
author | Alex Veber <coronalvr@gentoo.org> | 2003-06-28 11:00:26 +0000 |
---|---|---|
committer | Alex Veber <coronalvr@gentoo.org> | 2003-06-28 11:00:26 +0000 |
commit | 23dd65457d46b8cbfc89d0f6f04e442da1b78bd4 (patch) | |
tree | 472360d2a8bca9e541f0dd378af7ff73c4daded6 /app-emulation | |
parent | initial ebuild #18959 (diff) | |
download | historical-23dd65457d46b8cbfc89d0f6f04e442da1b78bd4.tar.gz historical-23dd65457d46b8cbfc89d0f6f04e442da1b78bd4.tar.bz2 historical-23dd65457d46b8cbfc89d0f6f04e442da1b78bd4.zip |
unset CFLAGS
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/wine/Manifest | 6 | ||||
-rw-r--r-- | app-emulation/wine/wine-20030508.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-20030618.ebuild | 4 |
4 files changed, 14 insertions, 6 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index 69091ac6d9f5..5a1d776d4e8d 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.44 2003/06/26 15:29:37 coronalvr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.45 2003/06/28 11:00:14 coronalvr Exp $ + + 28 Jun 2003; Alex Veber <coronalvr@gentoo.org> wine-20030508.ebuild, + wine-20030618.ebuild: + unset C[XX]FLAGS *wine-20030618 (26 Jun 2003) diff --git a/app-emulation/wine/Manifest b/app-emulation/wine/Manifest index 6c7465a7dad8..ab3dddba08ae 100644 --- a/app-emulation/wine/Manifest +++ b/app-emulation/wine/Manifest @@ -1,7 +1,7 @@ -MD5 aee7beb5a5f700a09c6372391991d744 wine-20030618.ebuild 3598 -MD5 ed757cad198481d86401836750a5e7a9 wine-20030508.ebuild 3479 +MD5 03402d805ec87326fb636bd1bd29f03f wine-20030618.ebuild 3623 +MD5 62de78f5d52d478759bd45a85b8c82b4 wine-20030508.ebuild 3510 MD5 cf7820d37da40ca549fdecbc8942ba50 wine-20030411-r1.ebuild 3312 -MD5 c751c2797fecc2daaed1fa4017be3a80 ChangeLog 8787 +MD5 78e24d7734d2f62ebe9888a24fcf18cb ChangeLog 8902 MD5 dcd68f96e0066c424ec1ceb8411c7549 files/digest-wine-20030411-r1 67 MD5 af8da46a0e51578ff1e18e399141d628 files/wine-20030411-fake_windows.tar.bz2 500 MD5 b0780073e1d513fb7658070bba8d0672 files/digest-wine-20030508 284 diff --git a/app-emulation/wine/wine-20030508.ebuild b/app-emulation/wine/wine-20030508.ebuild index 56ae83a4caf8..2544c40b0057 100644 --- a/app-emulation/wine/wine-20030508.ebuild +++ b/app-emulation/wine/wine-20030508.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-20030508.ebuild,v 1.4 2003/05/20 16:51:30 utx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20030508.ebuild,v 1.5 2003/06/28 11:00:14 coronalvr Exp $ inherit eutils base @@ -45,6 +45,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 + unset CFLAGS CXXFLAGS + ac_cv_header_jack_jack_h=no \ ac_cv_lib_soname_jack= \ ./configure --prefix=/usr/lib/wine \ diff --git a/app-emulation/wine/wine-20030618.ebuild b/app-emulation/wine/wine-20030618.ebuild index b67999158510..1d1c4812ba36 100644 --- a/app-emulation/wine/wine-20030618.ebuild +++ b/app-emulation/wine/wine-20030618.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-20030618.ebuild,v 1.1 2003/06/26 15:29:37 coronalvr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20030618.ebuild,v 1.2 2003/06/28 11:00:14 coronalvr Exp $ inherit eutils base @@ -49,6 +49,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 + unset CFLAGS CXXFLAGS + ac_cv_header_jack_jack_h=no \ ac_cv_lib_soname_jack= \ ./configure --prefix=/usr/lib/wine \ |