Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/libreoffice/files: libreoffice-gbuild-use-cxxflags.patch
Date: Tue, 26 Jul 2011 20:48:06
Message-Id: 20110726204757.2C74520051@flycatcher.gentoo.org
1 scarabeus 11/07/26 20:47:57
2
3 Added: libreoffice-gbuild-use-cxxflags.patch
4 Log:
5 Force proper variable usage. Just saw this in gekis overlay so adding to main tree too.
6
7 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-office/libreoffice/files/libreoffice-gbuild-use-cxxflags.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/libreoffice-gbuild-use-cxxflags.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/libreoffice-gbuild-use-cxxflags.patch?rev=1.1&content-type=text/plain
14
15 Index: libreoffice-gbuild-use-cxxflags.patch
16 ===================================================================
17 --- solenv/gbuild/gbuild.mk 2011-03-21 19:46:14.427883458 +0100
18 +++ solenv/gbuild/gbuild.mk 2011-03-21 19:46:37.019883448 +0100
19 @@ -128,7 +128,7 @@
20 endif
21 endif
22 ifneq ($(strip $(CXXFLAGS)),)
23 -gb__ENV_CXXFLAGS := $(CFLAGS)
24 +gb__ENV_CXXFLAGS := $(CXXFLAGS)
25 else
26 # TODO remove after the old build system is abolished
27 ifneq ($(strip $(ENVCFLAGSCXX)),)