public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/librecad/files: gcc_cpp0x.patch
@ 2014-01-30  7:21 Slawek Lis (slis)
  0 siblings, 0 replies; only message in thread
From: Slawek Lis (slis) @ 2014-01-30  7:21 UTC (permalink / raw
  To: gentoo-commits

slis        14/01/30 07:21:24

  Added:                gcc_cpp0x.patch
  Log:
  Fixed #499104
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x55265D89)

Revision  Changes    Path
1.1                  media-gfx/librecad/files/gcc_cpp0x.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/librecad/files/gcc_cpp0x.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/librecad/files/gcc_cpp0x.patch?rev=1.1&content-type=text/plain

Index: gcc_cpp0x.patch
===================================================================
--- LibreCAD-2.0.2/common.pri	2014-01-09 18:31:10.000000000 +0000
+++ LibreCAD-2.0.2/common.pri.gcc46	2014-01-24 09:27:48.886665241 +0000
@@ -59,8 +59,8 @@
 
 # c++11 is now obligatory for LibreCAD
 message(We will be using CPP11 features)
-QMAKE_CXXFLAGS_DEBUG += -std=c++11 -g
-QMAKE_CXXFLAGS += -std=c++11 -g
+QMAKE_CXXFLAGS_DEBUG += -std=c++0x -g
+QMAKE_CXXFLAGS += -std=c++0x -g
 
 # svg support
 QT += svg





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-30  7:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-30  7:21 [gentoo-commits] gentoo-x86 commit in media-gfx/librecad/files: gcc_cpp0x.patch Slawek Lis (slis)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox