diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2004-04-08 23:30:48 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2004-04-08 23:30:48 +0000 |
commit | 1f62f714a774a6a4ab647ffe9fc9b627e3ce1d74 (patch) | |
tree | d8fdae06854858f3840bff77e9ae08ff8af16e12 /x11-base | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-1f62f714a774a6a4ab647ffe9fc9b627e3ce1d74.tar.gz gentoo-2-1f62f714a774a6a4ab647ffe9fc9b627e3ce1d74.tar.bz2 gentoo-2-1f62f714a774a6a4ab647ffe9fc9b627e3ce1d74.zip |
Drop extra quote in OptimizedCplusplusDebugFlags.
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-x11/ChangeLog | 5 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog index 6ee96b435cf5..eaf9b77302dc 100644 --- a/x11-base/xorg-x11/ChangeLog +++ b/x11-base/xorg-x11/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-base/xorg-x11 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.15 2004/04/08 23:03:29 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.16 2004/04/08 23:30:48 spyderous Exp $ + + 08 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xorg-x11-6.7.0.ebuild: + Drop extra quote in OptimizedCplusplusDebugFlags. 08 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xorg-x11-6.7.0.ebuild: Add PATCH_VER to XVendorString. It could come in handy. diff --git a/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild b/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild index e353fbf74564..f60a2de727eb 100644 --- a/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild,v 1.14 2004/04/08 23:03:29 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild,v 1.15 2004/04/08 23:30:48 spyderous Exp $ # This is a snapshot of the XORG-RELEASE-1 branch. @@ -450,7 +450,7 @@ fi echo "#define CcCmd ${CC}" >> config/cf/host.def echo "#define OptimizedCDebugFlags ${CFLAGS} GccAliasingArgs" >> config/cf/host.def - echo "#define OptimizedCplusplusDebugFlags ${CXXFLAGS}" GccAliasingArgs" >> config/cf/host.def + echo "#define OptimizedCplusplusDebugFlags ${CXXFLAGS} GccAliasingArgs" >> config/cf/host.def if use static then |