Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/pianobooster/files: pianobooster-0.6.4b-gcc47.patch
Date: Sat, 31 Aug 2013 14:12:53
Message-Id: 20130831141248.1F2412004C@flycatcher.gentoo.org
1 pacho 13/08/31 14:12:48
2
3 Added: pianobooster-0.6.4b-gcc47.patch
4 Log:
5 Build with gcc47 (#424063 by Guillaume BINET)
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.1 media-sound/pianobooster/files/pianobooster-0.6.4b-gcc47.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pianobooster/files/pianobooster-0.6.4b-gcc47.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pianobooster/files/pianobooster-0.6.4b-gcc47.patch?rev=1.1&content-type=text/plain
14
15 Index: pianobooster-0.6.4b-gcc47.patch
16 ===================================================================
17 --- pianobooster-src-0.6.4b/src/CMakeLists.txt.orig 2013-04-06 10:48:02.469532914 -0700
18 +++ pianobooster-src-0.6.4b/src/CMakeLists.txt 2013-04-06 10:48:12.989532445 -0700
19 @@ -203,8 +203,6 @@
20 ${PIANOBOOSTER_UI_HDRS} )
21 ENDIF(WIN32)
22
23 -SET_TARGET_PROPERTIES(pianobooster PROPERTIES LINK_FLAGS "-mwindows")
24 -
25 IF (USE_PCH)
26 ADD_PRECOMPILED_HEADER( pianobooster ${CMAKE_CURRENT_SOURCE_DIR}/precompile/precompile.h )
27 ENDIF (USE_PCH)